freebsd-ports/devel/p5-rpm-build-perl/Makefile
Frederic Culot fa35e12ac7 - Update to 0.82
Changes:	http://search.cpan.org/dist/rpm-build-perl/Changes
PR:		ports/176006
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2013-02-14 09:44:02 +00:00

28 lines
552 B
Makefile

# $FreeBSD$
PORTNAME= rpm-build-perl
PORTVERSION= 0.82
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ATOURBIN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This module is required to build Perl RPM packages
TEST_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
PERL_CONFIGURE= yes
MAN1= perl.prov.1 \
perl.req.1
MAN3= B::Clobbers.3 \
B::ConstOptree.3 \
B::PerlReq.3 \
B::Walker.3 \
PerlReq::Utils.3
post-patch:
@${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>