freebsd-ports/textproc/p5-Pod-Stripper/Makefile
Sergey Skvortsov 4f7fcd1bcc Unbreak build of p5-[Pp]od*
PR:		ports/70185
Submitted by:	Yen-Ming Lee <leeym@FreeBSD.org>
2004-08-10 19:01:26 +00:00

31 lines
704 B
Makefile

# 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
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Strip all pod, and output what's left
BUILD_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLDIRS="site"
MAN1= podstrip.1
MAN3= Pod::Stripper.3
post-patch:
@${FIND} ${WRKSRC} -type f|${XARGS} ${PERL} -pi -e 's/\x0d(?=\x0a)//;'
.include <bsd.port.mk>