diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:21:37 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-17 16:21:37 +0000 |
commit | b60960981b1bb72f389b3e4f7f448117d4d07528 (patch) | |
tree | d2e5ae8cc642054a8bfab9c6293482e6e04f321f /textproc | |
parent | 1efda898713d26e4c18ed430b9bd2384ccb73ea5 (diff) | |
download | ports-b60960981b1bb72f389b3e4f7f448117d4d07528.tar.gz ports-b60960981b1bb72f389b3e4f7f448117d4d07528.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-QRCode/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-QRCode/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/textproc/p5-HTML-QRCode/Makefile b/textproc/p5-HTML-QRCode/Makefile index 87397208031b..5cf72d1dba2c 100644 --- a/textproc/p5-HTML-QRCode/Makefile +++ b/textproc/p5-HTML-QRCode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-QRCode -# Date created: 2011/02/14 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= HTML-QRCode PORTVERSION= 0.01 @@ -12,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Generate HTML based QR Code BUILD_DEPENDS= p5-Text-QRCode>0:${PORTSDIR}/textproc/p5-Text-QRCode \ diff --git a/textproc/p5-Text-QRCode/Makefile b/textproc/p5-Text-QRCode/Makefile index 7d4c150dbb1a..f3eb4fd163b5 100644 --- a/textproc/p5-Text-QRCode/Makefile +++ b/textproc/p5-Text-QRCode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-QRCode -# Date created: 2011/02/14 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Text-QRCode PORTVERSION= 0.01 @@ -12,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Generate text based QR Code BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode |