diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-29 08:44:53 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-29 08:44:53 +0800 |
commit | 9fbef2c45b9dda637fe075ec12b924521e028f42 (patch) | |
tree | df2e66834789aa7c73723017ffe057d28c30d06c /lang | |
parent | d6bb00cb8a80cf53aedf84beaf727bb29f439db8 (diff) | |
download | freebsd-ports-gnome-9fbef2c45b9dda637fe075ec12b924521e028f42.tar.gz freebsd-ports-gnome-9fbef2c45b9dda637fe075ec12b924521e028f42.tar.zst freebsd-ports-gnome-9fbef2c45b9dda637fe075ec12b924521e028f42.zip |
For perl@ owned ports:
- Fix COMMENT
- Trim header
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Tcl/Makefile | 8 | ||||
-rw-r--r-- | lang/p5-v6/Makefile | 9 |
2 files changed, 4 insertions, 13 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 6e0f8a3e16c8..dbbbeec45626 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tcl -# Date created: June 15th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tcl PORTVERSION= 1.02 @@ -13,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:VKON PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A Tcl extension module for Perl5 +COMMENT= Tcl extension module for Perl5 CONFIGURE_ARGS= --nousestubs --tclsh ${TCLSH} PERL_CONFIGURE= yes diff --git a/lang/p5-v6/Makefile b/lang/p5-v6/Makefile index f5ce6f72bd32..c3122901505a 100644 --- a/lang/p5-v6/Makefile +++ b/lang/p5-v6/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: v6 -# Date created: Aug 1, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= v6 PORTVERSION= 0.017 @@ -15,7 +10,7 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-alpha-${PORTVERSION} MAINTAINER= perl@FreeBSD.org -COMMENT= An experimental compiler for Perl 6 +COMMENT= Experimental compiler for Perl 6 BUILD_DEPENDS= p5-Data-Bind>=0.28:${PORTSDIR}/devel/p5-Data-Bind \ p5-Devel-Caller>=0.10:${PORTSDIR}/devel/p5-Devel-Caller \ |