aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-Deploy
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-10 11:32:20 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-10 11:32:20 +0000
commitb88c23df873d3ba136e2b085754aa34f74ba43a6 (patch)
tree8546abdcbd2875c74667c5bc5d5d2e5af336a102 /databases/p5-DBICx-Deploy
parent918b115433d5fcc31b35a12eea3e2afb96db56d3 (diff)
downloadports-b88c23df873d3ba136e2b085754aa34f74ba43a6.tar.gz
ports-b88c23df873d3ba136e2b085754aa34f74ba43a6.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326894
Diffstat (limited to 'databases/p5-DBICx-Deploy')
-rw-r--r--databases/p5-DBICx-Deploy/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile
index 0f519989d0db..5c1d8d1bc592 100644
--- a/databases/p5-DBICx-Deploy/Makefile
+++ b/databases/p5-DBICx-Deploy/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DBICx-Deploy
-# Date created: 23 Oct 2008
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= DBICx-Deploy
PORTVERSION= 0.02
@@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
RUN_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= dbicdeploy.1
MAN3= DBICx::Deploy.3