- Pass maintainership to submitter [1] - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/CPAN-Inject/Changes PR: ports/175289 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
30 lines
863 B
Makefile
30 lines
863 B
Makefile
# Created by: Cezary Morga <cm@therek.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CPAN-Inject
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Base class for injecting distributions into CPAN sources
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-File-chmod>=0.30:${PORTSDIR}/devel/p5-File-chmod \
|
|
p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \
|
|
p5-CPAN-Checksums>=1.05:${PORTSDIR}/devel/p5-CPAN-Checksums
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Script-Run>=1.02:${PORTSDIR}/devel/p5-Test-Script-Run \
|
|
p5-File-Remove>=0.34:${PORTSDIR}/devel/p5-File-Remove \
|
|
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
|
p5-Test-Script>=1.02:${PORTSDIR}/devel/p5-Test-Script
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN1= cpaninject.1
|
|
MAN3= CPAN::Inject.3
|
|
|
|
.include <bsd.port.mk>
|