diff --git a/astro/p5-GPS-Babel/Makefile b/astro/p5-GPS-Babel/Makefile index 50d88c7fb9d6..a5998dea4e47 100644 --- a/astro/p5-GPS-Babel/Makefile +++ b/astro/p5-GPS-Babel/Makefile @@ -1,26 +1,22 @@ -# Ports collection makefile for: p5-GPS-Babel -# Date created: 30 May, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= GPS-Babel PORTVERSION= 0.11 CATEGORIES= astro perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to gpsbabel BUILD_DEPENDS= p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which RUN_DEPENDS= p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which PERL_CONFIGURE= yes MAN3= GPS::Babel.3 .include diff --git a/biology/p5-Bio-Glite/Makefile b/biology/p5-Bio-Glite/Makefile index c957d572e6a6..345dc2a8a833 100644 --- a/biology/p5-Bio-Glite/Makefile +++ b/biology/p5-Bio-Glite/Makefile @@ -1,25 +1,21 @@ -# New ports collection makefile for: p5-Bio-Glite -# Date created: 1st April, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Bio-Glite PORTVERSION= 0.10 PORTREVISION= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= An Perl Interface to G-language BUILD_DEPENDS= p5-libwww>=5:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Bio::Glite.3 .include diff --git a/databases/p5-DBD-Google/Makefile b/databases/p5-DBD-Google/Makefile index 1332732d5620..535dfc22a530 100644 --- a/databases/p5-DBD-Google/Makefile +++ b/databases/p5-DBD-Google/Makefile @@ -1,30 +1,25 @@ -# ex:ts=8 -# Ports collection makefile for: p5-DBD-Google -# Date created: Apr 7, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= DBD-Google PORTVERSION= 0.51 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Treat Google as a datasource for DBI BUILD_DEPENDS= p5-Net-Google>=0:${PORTSDIR}/net/p5-Net-Google \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-SQL-Statement>=0:${PORTSDIR}/databases/p5-SQL-Statement \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= DBD::Google.3 SQL::Dialects::Google.3 .include diff --git a/devel/p5-Algorithm-Dependency/Makefile b/devel/p5-Algorithm-Dependency/Makefile index 035d5bef75c1..48849d335aba 100644 --- a/devel/p5-Algorithm-Dependency/Makefile +++ b/devel/p5-Algorithm-Dependency/Makefile @@ -1,32 +1,28 @@ -# New ports collection makefile for: Algorithm-Dependency -# Date created: 20 Nov 2005 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Algorithm-Dependency PORTVERSION= 1.110 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Base class for implementing various dependency trees RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI MAN3= Algorithm::Dependency.3 \ Algorithm::Dependency::Item.3 \ Algorithm::Dependency::Ordered.3 \ Algorithm::Dependency::Source.3 \ Algorithm::Dependency::Source::File.3 \ Algorithm::Dependency::Source::HoA.3 \ Algorithm::Dependency::Source::Invert.3 \ Algorithm::Dependency::Weight.3 PERL_CONFIGURE= yes .include