aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-Plugin-DeepAbstractSearch
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-10 14:35:48 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-10 14:35:48 +0000
commitac049e474e97db8d4ef9070c4dceb6a026d0eb16 (patch)
treeb0ab4c93c23aaa7ea50e9d60f61eea915680c712 /databases/p5-Class-DBI-Plugin-DeepAbstractSearch
parent9828a7fc2283f0cb919614b645ee913d5fbc74b7 (diff)
downloadports-ac049e474e97db8d4ef9070c4dceb6a026d0eb16.tar.gz
ports-ac049e474e97db8d4ef9070c4dceb6a026d0eb16.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326904
Diffstat (limited to 'databases/p5-Class-DBI-Plugin-DeepAbstractSearch')
-rw-r--r--databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile b/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile
index 5d622f70d717..46d039d5cfa5 100644
--- a/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile
+++ b/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Class-DBI-Plugin-DeepAbstractSearch
-# Date created: 2011-02-15
-# Whom: milki <milki@rescomp.berkeley.edy>
-#
+# Created by: milki <milki@rescomp.berkeley.edy>
# $FreeBSD$
-#
PORTNAME= Class-DBI-Plugin-DeepAbstractSearch
PORTVERSION= 0.08
@@ -25,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Class::DBI::Plugin::DeepAbstractSearch.3
.include <bsd.port.mk>