diff options
author | az <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
commit | 12549b30c2eef8132a2851d6f17e8c45a3491872 (patch) | |
tree | 6094da914716107bca7d35889c1b8aab5e6097c7 /databases/p5-DBIx-DataSource | |
parent | 7e71988ad884bca5467171d41d1f68fd7040697b (diff) | |
download | freebsd-ports-gnome-12549b30c2eef8132a2851d6f17e8c45a3491872.tar.gz freebsd-ports-gnome-12549b30c2eef8132a2851d6f17e8c45a3491872.tar.zst freebsd-ports-gnome-12549b30c2eef8132a2851d6f17e8c45a3491872.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer)
Diffstat (limited to 'databases/p5-DBIx-DataSource')
-rw-r--r-- | databases/p5-DBIx-DataSource/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBIx-DataSource/Makefile b/databases/p5-DBIx-DataSource/Makefile index da3f8323d9ee..aaeb2c982e65 100644 --- a/databases/p5-DBIx-DataSource/Makefile +++ b/databases/p5-DBIx-DataSource/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: databases/p5-DBIx-DataSource -# Date created: 01 June 2001 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= DBIx-DataSource PORTVERSION= 0.02 @@ -17,7 +13,8 @@ COMMENT= Database-independent create and drop functions BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::DataSource.3 DBIx::DataSource::Driver.3 \ DBIx::DataSource::mysql.3 DBIx::DataSource::Pg.3 |