diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 13:50:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 13:50:14 +0000 |
commit | d912c7ff91e284092ee34e6640f4d6d18ea5cd23 (patch) | |
tree | 72f2c29cf4b63f91edefce693653d6718208d094 /databases/p5-DBD-Excel | |
parent | b611168744d79188a3e152a2430c4f3ac712d642 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326901
Diffstat (limited to 'databases/p5-DBD-Excel')
-rw-r--r-- | databases/p5-DBD-Excel/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBD-Excel/Makefile b/databases/p5-DBD-Excel/Makefile index 4e7d3783e0a3..5928902bb4df 100644 --- a/databases/p5-DBD-Excel/Makefile +++ b/databases/p5-DBD-Excel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBD::Excel -# Date created: 24 Jan 2002 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# +# Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -# PORTNAME= DBD-Excel PORTVERSION= 0.06 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-SQL-Statement>=0:${PORTSDIR}/databases/p5-SQL-Statement \ RUN_DEPENDS:= ${BUILD_DEPENDS} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBD::Excel.3 |