diff options
author | az <az@FreeBSD.org> | 2013-09-10 21:50:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 21:50:14 +0800 |
commit | ef1952556f8b9ba015765d548e648fa1bc599b4f (patch) | |
tree | 72f2c29cf4b63f91edefce693653d6718208d094 /databases/p5-DBIx-Skinny-InflateColumn-DateTime | |
parent | c011cb0d1ee746bd26607966c3a1cc755bf442de (diff) | |
download | freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.tar.gz freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.tar.zst freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'databases/p5-DBIx-Skinny-InflateColumn-DateTime')
-rw-r--r-- | databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile index 5008fbf89570..6f3e202a326a 100644 --- a/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile +++ b/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Skinny::InflateColumn::DateTime -# Date created: 20 Nov 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= DBIx-Skinny-InflateColumn-DateTime PORTVERSION= 0.06 @@ -24,7 +19,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Skinny::InflateColumn::DateTime.3 \ DBIx::Skinny::InflateColumn::DateTime::Auto.3 |