freebsd-ports/devel/p5-rpm-build-perl/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
439 B
Makefile

# $FreeBSD$
PORTNAME= rpm-build-perl
PORTVERSION= 0.82
PORTREVISION= 1
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:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>