diff options
Diffstat (limited to 'databases/p5-DBICx-TxnInsert/Makefile')
-rw-r--r-- | databases/p5-DBICx-TxnInsert/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBICx-TxnInsert/Makefile b/databases/p5-DBICx-TxnInsert/Makefile index 6ccd962918d6..e1a425531ba6 100644 --- a/databases/p5-DBICx-TxnInsert/Makefile +++ b/databases/p5-DBICx-TxnInsert/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Log-Dispatch-Configurator-YAML -# Date created: 28 May 2008 -# Whom: Andrey Kostenko <andrey@kostenko.name> -# +# Created by: Andrey Kostenko <andrey@kostenko.name> # $FreeBSD$ -# PORTNAME= DBICx-TxnInsert PORTVERSION= 0.02 @@ -23,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Compile>=0.08:${PORTSDIR}/devel/p5-Test-Compile \ p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBICx::TxnInsert.3 |