svn commit: r325817 - head/textproc/p5-Pod-Readme
Lars Thegler
lth at FreeBSD.org
Sat Aug 31 17:21:41 UTC 2013
Author: lth
Date: Sat Aug 31 17:21:40 2013
New Revision: 325817
URL: http://svnweb.freebsd.org/changeset/ports/325817
Log:
Fix perl path and dos2unix.
Patch by: az
Modified:
head/textproc/p5-Pod-Readme/Makefile
Modified: head/textproc/p5-Pod-Readme/Makefile
==============================================================================
--- head/textproc/p5-Pod-Readme/Makefile Sat Aug 31 16:07:19 2013 (r325816)
+++ head/textproc/p5-Pod-Readme/Makefile Sat Aug 31 17:21:40 2013 (r325817)
@@ -2,6 +2,7 @@
PORTNAME= Pod-Readme
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,8 +13,10 @@ COMMENT= Convert POD to README file
BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= configure
+SHEBANG_FILES= bin/pod2readme t/*
+USE_DOS2UNIX= yes
MAN1= pod2readme.1
MAN3= Pod::Readme.3
More information about the svn-ports-head
mailing list