diff options
author | az <az@FreeBSD.org> | 2013-09-10 21:04:01 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 21:04:01 +0800 |
commit | c011cb0d1ee746bd26607966c3a1cc755bf442de (patch) | |
tree | c686a3631dfd53240e8bb89c811e6ae1fc9c4726 /databases/p5-Test-DatabaseRow | |
parent | ad75781ddb3efb62c188e76d5404f0ca59e44985 (diff) | |
download | freebsd-ports-gnome-c011cb0d1ee746bd26607966c3a1cc755bf442de.tar.gz freebsd-ports-gnome-c011cb0d1ee746bd26607966c3a1cc755bf442de.tar.zst freebsd-ports-gnome-c011cb0d1ee746bd26607966c3a1cc755bf442de.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'databases/p5-Test-DatabaseRow')
-rw-r--r-- | databases/p5-Test-DatabaseRow/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-Test-DatabaseRow/Makefile b/databases/p5-Test-DatabaseRow/Makefile index 3d6f1a1a5b4e..30c3195a111d 100644 --- a/databases/p5-Test-DatabaseRow/Makefile +++ b/databases/p5-Test-DatabaseRow/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-DatabaseRow -# Date created: June 3 2006 -# Whom: Joshua D. Abraham <jabra@ccs.neu.edu> -# +# Created by: Joshua D. Abraham <jabra@ccs.neu.edu> # $FreeBSD$ -# PORTNAME= Test-DatabaseRow PORTVERSION= 2.03 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::DatabaseRow.3 \ Test::DatabaseRow::Result.3 \ |