diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 05:53:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 05:53:03 +0000 |
commit | e10369322220c0fa0a0ab68ed222621adf553709 (patch) | |
tree | d3e054e43268209aa792f44c177f4789d4af4098 /palm | |
parent | ce3840ccd53801f6f4b24f2fd1c0d1210d1d663a (diff) |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/p5-Palm-PalmDoc/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/palm/p5-Palm-PalmDoc/Makefile b/palm/p5-Palm-PalmDoc/Makefile index a31fa7a4bc64..f146e629ec3f 100644 --- a/palm/p5-Palm-PalmDoc/Makefile +++ b/palm/p5-Palm-PalmDoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Palm-PalmDoc -# Date created: 2 February 2004 -# Whom: Simon Dick <simond@irrelevant.org> -# +# Created by: Simon Dick <simond@irrelevant.org> # $FreeBSD$ -# PORTNAME= Palm-PalmDoc PORTVERSION= 0.13 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Perl 5 modules for reading and writing PalmDoc files -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Palm::PalmDoc.3 |