diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 05:38:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 05:38:09 +0800 |
commit | 2705230b44322223d2223a1efa852bd2986be440 (patch) | |
tree | 6a21c7eedce3ab02121c1a526e479099181228ef /databases | |
parent | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (diff) | |
download | freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.tar.gz freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.tar.zst freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Class-DBI-DDL/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-Class-DBI-DDL/Makefile b/databases/p5-Class-DBI-DDL/Makefile index b5258632c50c..d96ec7d84057 100644 --- a/databases/p5-Class-DBI-DDL/Makefile +++ b/databases/p5-Class-DBI-DDL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-DBI-DDL -# Date created: 18 january 2005 -# Whom: Daniel Wijnands <daniel@itxl.nl> -# +# Created by: Daniel Wijnands <daniel@itxl.nl> # $FreeBSD$ -# PORTNAME= Class-DBI-DDL PORTVERSION= 1.02 @@ -17,7 +13,8 @@ COMMENT= DDL for Class-DBI RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Class::DBI::DDL.3 \ Class::DBI::DDL::Pg.3 |