diff options
author | az <az@FreeBSD.org> | 2013-09-08 21:59:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-08 21:59:48 +0800 |
commit | e0446068231b513e183e383ab20bfa34e009f152 (patch) | |
tree | 78767e8f02aa16dab391fc7df98625786361cfb9 /devel/p5-ZML | |
parent | 7ec41216c74d48a4e876de2391cd18fb5dfe7f6c (diff) | |
download | freebsd-ports-gnome-e0446068231b513e183e383ab20bfa34e009f152.tar.gz freebsd-ports-gnome-e0446068231b513e183e383ab20bfa34e009f152.tar.zst freebsd-ports-gnome-e0446068231b513e183e383ab20bfa34e009f152.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-ZML')
-rw-r--r-- | devel/p5-ZML/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-ZML/Makefile b/devel/p5-ZML/Makefile index 1b3891ddd7ba..225c37fb2a04 100644 --- a/devel/p5-ZML/Makefile +++ b/devel/p5-ZML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-ZML -# Date created: 2008-05-12 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= ZML PORTVERSION= 1.0.0 @@ -18,7 +14,8 @@ COMMENT= A simple, fast, and easy to read binary data storage format BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZML.3 |