Changes: http://search.cpan.org/dist/rpm-build-perl/Changes PR: ports/176006 Submitted by: Gea-Suan Lin <gslin@gslin.org>
28 lines
552 B
Makefile
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>
|