1dc58ae3a1
PR: ports/105675 Submitted by: miwi Approved by: maintainer
29 lines
688 B
Makefile
29 lines
688 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.6.1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/A/AT/ATOURBIN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
COMMENT= This module is required to build Perl RPM packages
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= perl.prov.1 perl.req.1
|
|
MAN3= B::PerlReq.3 PerlReq::Utils.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|