svn commit: r442630 - head/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 14:50:07 UTC 2017


Author: sunpoet
Date: Mon Jun  5 14:50:06 2017
New Revision: 442630
URL: https://svnweb.freebsd.org/changeset/ports/442630

Log:
  Add LICENSE
  
  - Update DISTNAME

Modified:
  head/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile

Modified: head/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile	Mon Jun  5 14:50:01 2017	(r442629)
+++ head/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile	Mon Jun  5 14:50:06 2017	(r442630)
@@ -7,10 +7,13 @@ PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-0.02
+DISTNAME=	${PORTNAME}-${PORTVERSION:C|0$||}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Use .htpasswd with Catalyst
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Catalyst-Plugin-Authentication>=0.01:www/p5-Catalyst-Plugin-Authentication \
 		p5-Authen-Htpasswd>=0.13:security/p5-Authen-Htpasswd


More information about the svn-ports-head mailing list