freebsd-ports/devel/p5-rpm-build-perl/Makefile
Sunpoet Po-Chuan Hsieh 924a213f3c - Update to 0.80
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/rpm-build-perl/Changes
Feature safe:	yes
2011-12-05 14:08:41 +00:00

28 lines
664 B
Makefile

# New ports collection makefile for: p5-rpm-build-perl
# Date created: 2006-07-12
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= rpm-build-perl
PORTVERSION= 0.80
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::PerlReq.3 B::Walker.3 PerlReq::Utils.3
post-patch:
@${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>