diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-29 00:44:53 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-29 00:44:53 +0000 |
commit | 5190f14f8d8399f93a6f6ed4a56f52610df9c41d (patch) | |
tree | df2e66834789aa7c73723017ffe057d28c30d06c /devel/p5-Config-JSON/Makefile | |
parent | 0af7902d3f9a984cc823d4e6304c180a70fb6cae (diff) |
For perl@ owned ports:
- Fix COMMENT
- Trim header
Notes
Notes:
svn path=/head/; revision=315509
Diffstat (limited to 'devel/p5-Config-JSON/Makefile')
-rw-r--r-- | devel/p5-Config-JSON/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Config-JSON/Makefile b/devel/p5-Config-JSON/Makefile index e880ef5b1099..4b744c397f55 100644 --- a/devel/p5-Config-JSON/Makefile +++ b/devel/p5-Config-JSON/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Config-JSON -# Date created: 2008-07-31 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $FreeBSD$ -# PORTNAME= Config-JSON PORTVERSION= 1.5100 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A JSON based config file system +COMMENT= JSON based config file system RUN_DEPENDS= \ p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ |