diff options
author | az <az@FreeBSD.org> | 2013-09-11 14:49:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 14:49:58 +0800 |
commit | bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13 (patch) | |
tree | 8ea8fc39fe52fc25bf45028eb5aadc0a7154082b /textproc/xqilla | |
parent | 768989d0fe34d5d6fdbe693ef4629fd8813ec9c7 (diff) | |
download | freebsd-ports-gnome-bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13.tar.gz freebsd-ports-gnome-bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13.tar.zst freebsd-ports-gnome-bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/xqilla')
-rw-r--r-- | textproc/xqilla/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index 3b185794714a..3251470cbe1c 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xqilla -# Date created: Sep 22 2007 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= xqilla PORTVERSION= 2.3.0 @@ -18,7 +14,7 @@ COMMENT= An XQuery and XPath2 library LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |