75badcdeae
it contains scripts for automatic dependency tracking, RPM macros for Perl. WWW: http://search.cpan.org/dist/rpm-build-perl/ PR: ports/100153 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
23 lines
547 B
Makefile
23 lines
547 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.5.2
|
|
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.mk>
|