diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 17:11:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 17:11:34 +0000 |
commit | da7af081ce75dde0c5091818436f66472d57ee67 (patch) | |
tree | e320e410dc63b10158e40f907c136a6b768914eb /misc/p5-Business-ISSN | |
parent | 911aeddd517b4b466cb000c6bd11becacd9d973d (diff) |
Notes
Diffstat (limited to 'misc/p5-Business-ISSN')
-rw-r--r-- | misc/p5-Business-ISSN/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Business-ISSN/Makefile b/misc/p5-Business-ISSN/Makefile index d0fd65aba829..c55a5018bbc8 100644 --- a/misc/p5-Business-ISSN/Makefile +++ b/misc/p5-Business-ISSN/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Business::ISSN -# Date created: 30 Dec 2001 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# +# Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -# PORTNAME= Business-ISSN PORTVERSION= 0.91 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for International Standard Serial Numbers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::ISSN.3 |