svn commit: r331013 - head/textproc/p5-Text-QRCode

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 12:54:31 UTC 2013


Author: sunpoet
Date: Sun Oct 20 12:54:30 2013
New Revision: 331013
URL: http://svnweb.freebsd.org/changeset/ports/331013

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/textproc/p5-Text-QRCode/Makefile
  head/textproc/p5-Text-QRCode/pkg-plist   (contents, props changed)

Modified: head/textproc/p5-Text-QRCode/Makefile
==============================================================================
--- head/textproc/p5-Text-QRCode/Makefile	Sun Oct 20 12:49:22 2013	(r331012)
+++ head/textproc/p5-Text-QRCode/Makefile	Sun Oct 20 12:54:30 2013	(r331013)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Generate text based QR Code
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
@@ -18,7 +21,4 @@ USES=		perl5
 USE_PERL5=	configure
 CFLAGS+=	-I${LOCALBASE}/include
 
-MAN3=		Text::QRCode.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-QRCode/pkg-plist
==============================================================================
--- head/textproc/p5-Text-QRCode/pkg-plist	Sun Oct 20 12:49:22 2013	(r331012)
+++ head/textproc/p5-Text-QRCode/pkg-plist	Sun Oct 20 12:54:30 2013	(r331013)
@@ -1,7 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Text/QRCode.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/QRCode.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/QRCode.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/Text/QRCode.pm
+%%PERL5_MAN3%%/Text::QRCode.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text


More information about the svn-ports-head mailing list