diff options
author | az <az@FreeBSD.org> | 2013-09-11 14:03:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 14:03:56 +0800 |
commit | 4450b7cdf46a83c66afc9368754b5754e6614774 (patch) | |
tree | 42da9790dad9f952223e84038458c1f2f84752a4 /textproc/p5-MARC | |
parent | a69831716894d235077ce33430976de0e08975ab (diff) | |
download | freebsd-ports-gnome-4450b7cdf46a83c66afc9368754b5754e6614774.tar.gz freebsd-ports-gnome-4450b7cdf46a83c66afc9368754b5754e6614774.tar.zst freebsd-ports-gnome-4450b7cdf46a83c66afc9368754b5754e6614774.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-MARC')
-rw-r--r-- | textproc/p5-MARC/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-MARC/Makefile b/textproc/p5-MARC/Makefile index 113568d09719..cfc61e4f01ba 100644 --- a/textproc/p5-MARC/Makefile +++ b/textproc/p5-MARC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MARC -# Date created: 23 December 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= MARC PORTVERSION= 1.15 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A module for manipulating bibliographic records in the USMARC format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MARC.3 |