diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 14:35:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 14:35:48 +0000 |
commit | ac049e474e97db8d4ef9070c4dceb6a026d0eb16 (patch) | |
tree | b0ab4c93c23aaa7ea50e9d60f61eea915680c712 /databases/p5-Class-DBI-Plugin-DeepAbstractSearch | |
parent | 9828a7fc2283f0cb919614b645ee913d5fbc74b7 (diff) |
Notes
Diffstat (limited to 'databases/p5-Class-DBI-Plugin-DeepAbstractSearch')
-rw-r--r-- | databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile | 9 |
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> |