2003-11-18 17:00:54 +01:00
|
|
|
# New ports collection makefile for: Pod-Stripper
|
|
|
|
# Date created: 18 November 2003
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Pod-Stripper
|
|
|
|
PORTVERSION= 0.22
|
2010-01-23 08:28:11 +01:00
|
|
|
PORTREVISION= 4
|
2003-11-18 17:00:54 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-11-18 17:00:54 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Strip all pod, and output what's left
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= podstrip.1
|
|
|
|
MAN3= Pod::Stripper.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -type f|${XARGS} ${PERL} -pi -e 's/\x0d(?=\x0a)//;'
|
|
|
|
|
2004-08-10 21:01:26 +02:00
|
|
|
.include <bsd.port.mk>
|