diff options
author | az <az@FreeBSD.org> | 2013-09-11 01:26:57 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 01:26:57 +0800 |
commit | 31367baab81ff752e42424634ea704d1b30f3978 (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/p5-Pod-Perldoc | |
parent | 819e7b2d8b9c40afea69ead7718189b3791e1d10 (diff) | |
download | freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.tar.gz freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.tar.zst freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-Pod-Perldoc')
-rw-r--r-- | textproc/p5-Pod-Perldoc/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Pod-Perldoc/Makefile b/textproc/p5-Pod-Perldoc/Makefile index 6a88ed4c1da5..bdb5c3514a4d 100644 --- a/textproc/p5-Pod-Perldoc/Makefile +++ b/textproc/p5-Pod-Perldoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Pod-Perldoc -# Date created: 2010-05-11 -# Whom: Ashish SHUKLA <wahjava@gmail.com> -# +# Created by: Ashish SHUKLA <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= Pod-Perldoc PORTVERSION= 3.17 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Look up Perl documentation in Pod format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Pod::Perldoc::ToNroff.3 \ Pod::Perldoc::ToTk.3 \ |