blob: 16f61a69a5b46d377b926a0ba3e72d661127e39e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.7
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AT/ATOURBIN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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.mk>
|