diff options
author | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
commit | bdf441a301bf87d593e86acea1f474e6232479c1 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /french | |
parent | fc92a75e275451c4dc21ae4719d43e87ecca2d85 (diff) | |
download | freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.gz freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.zst freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'french')
-rw-r--r-- | french/facturier/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/french/facturier/Makefile b/french/facturier/Makefile index 09a5eed64c11..357936d63094 100644 --- a/french/facturier/Makefile +++ b/french/facturier/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: facturier -# Date created: 30 January 2003 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= facturier PORTVERSION= 2.1.2 @@ -23,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/htmldoc:${PORTSDIR}/textproc/htmldoc \ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +USES= perl5 USE_APACHE_RUN= 22+ -USE_PERL5_RUN= yes +USE_PERL5= run USE_MYSQL= yes SUB_FILES= pkg-deinstall |