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/p5-HTML-QRCode | |
parent | 1efda898713d26e4c18ed430b9bd2384ccb73ea5 (diff) |
Notes
Diffstat (limited to 'textproc/p5-HTML-QRCode')
-rw-r--r-- | textproc/p5-HTML-QRCode/Makefile | 8 |
1 files changed, 2 insertions, 6 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 \ |