diff options
Diffstat (limited to 'databases/p5-DBD-AnyData/Makefile')
-rw-r--r-- | databases/p5-DBD-AnyData/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBD-AnyData/Makefile b/databases/p5-DBD-AnyData/Makefile index 957b45289537..55f0c99b4ad1 100644 --- a/databases/p5-DBD-AnyData/Makefile +++ b/databases/p5-DBD-AnyData/Makefile @@ -1,10 +1,6 @@ # ex:ts=8 -# Ports collection makefile for: DBD::AnyData -# Date created: Jun 29, 2007 -# Whom: ijlioa -# +# Created by: ijlioa # $FreeBSD$ -# PORTNAME= DBD-AnyData PORTVERSION= 0.110 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-AnyData>=0.07:${PORTSDIR}/devel/p5-AnyData \ p5-SQL-Statement>1:${PORTSDIR}/databases/p5-SQL-Statement RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBD::AnyData.3 |