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 /misc | |
parent | 1efda898713d26e4c18ed430b9bd2384ccb73ea5 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-FileReader/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Array-LineReader/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/misc/p5-Array-FileReader/Makefile b/misc/p5-Array-FileReader/Makefile index ad2d9f3a6a12..73e9c43566f9 100644 --- a/misc/p5-Array-FileReader/Makefile +++ b/misc/p5-Array-FileReader/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-FileReader -# Date created: 2011/02/20 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Array-FileReader PORTVERSION= 0.03 @@ -11,7 +7,7 @@ CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Lazily tie files to arrays for reading BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO diff --git a/misc/p5-Array-LineReader/Makefile b/misc/p5-Array-LineReader/Makefile index 0a34e73aa9a6..5c0d1f504c8f 100644 --- a/misc/p5-Array-LineReader/Makefile +++ b/misc/p5-Array-LineReader/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-LineReader -# Date created: 2010/11/09 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Array-LineReader PORTVERSION= 1.01 @@ -11,7 +7,7 @@ CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Access lines of a file via an array BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO |