diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 12:40:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 12:40:10 +0000 |
commit | 7d9e9453337d50352df958cac4237271f9726c44 (patch) | |
tree | 7d1a5503c7dd4bcd4930544ce5e6fdebdd79f775 /lang | |
parent | f5e93bd1c2480611f80c32f4f193183575eb5af4 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5.12/Makefile | 8 | ||||
-rw-r--r-- | lang/perl5.14/Makefile | 8 | ||||
-rw-r--r-- | lang/perl5.16/Makefile | 8 |
3 files changed, 6 insertions, 18 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 57ce668ab7fc..99ee2277ccf4 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: perl5 -# Date created: 16 April 1995 -# Whom: markm -# +# Created by: markm # $FreeBSD$ -# PORTNAME= perl PORTVERSION= ${PERL_VERSION} @@ -18,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ BSDPAN-${BSDPAN_VERSION}${EXTRACT_SUFX}:local DIST_SUBDIR= perl -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Practical Extraction and Report Language LICENSE= ART10 GPLv1 diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 0ec8884a25a0..133fccf82b3f 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: perl5 -# Date created: 16 April 1995 -# Whom: markm -# +# Created by: markm # $FreeBSD$ -# PORTNAME= perl PORTVERSION= ${PERL_VERSION} @@ -18,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ BSDPAN-${BSDPAN_VERSION}${EXTRACT_SUFX}:local DIST_SUBDIR= perl -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Practical Extraction and Report Language LICENSE= ART10 GPLv1 diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index b46346d55099..78229259a5a2 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: perl5 -# Date created: 16 April 1995 -# Whom: markm -# +# Created by: markm # $FreeBSD$ -# PORTNAME= perl PORTVERSION= ${PERL_VERSION} @@ -18,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ BSDPAN-${BSDPAN_VERSION}${EXTRACT_SUFX}:local DIST_SUBDIR= perl -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Practical Extraction and Report Language LICENSE= ART10 GPLv1 |