diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-05 18:52:30 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-05 18:52:30 +0000 |
commit | 8243f0e9f3b70dc19f04f9236524da787c9265c8 (patch) | |
tree | 898e4556f3d347745c274cbc32f99b84b552524d /www/p5-Apache-DBI | |
parent | cd7e8992f2234a98ed5be55d5dcbe0f33bffe9f0 (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-DBI')
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index fdd774f517b1..54960c5077c9 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTNAME?= Apache-DBI +PORTNAME= Apache-DBI PORTVERSION= 1.11 CATEGORIES= www databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT?= DBI persistent connection, authentication and authorization +COMMENT= DBI persistent connection, authentication and authorization BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 |