diff options
Diffstat (limited to 'databases/p5-Class-Inflate/Makefile')
-rw-r--r-- | databases/p5-Class-Inflate/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-Class-Inflate/Makefile b/databases/p5-Class-Inflate/Makefile index 92a6bfd86cc3..8f081a525c7d 100644 --- a/databases/p5-Class-Inflate/Makefile +++ b/databases/p5-Class-Inflate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Inflate -# Date created: 2006-07-21 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Class-Inflate PORTVERSION= 0.07 @@ -19,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Debugger>=0:${PORTSDIR}/devel/p5-Test-Debugger -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Class::Inflate.3 |