diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-29 03:11:11 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-29 03:11:11 +0000 |
commit | 0a992ce7c9fe41f5d68b1e91bc9ce039d5332d86 (patch) | |
tree | d31fc1cd928b56ef6c2b4ef94d52c10f77e09dcd /devel/p5-Test-NoWarnings/Makefile | |
parent | bbaed923369fbdceeb46dbad5377cbeb1ed10cbb (diff) |
Notes
Diffstat (limited to 'devel/p5-Test-NoWarnings/Makefile')
-rw-r--r-- | devel/p5-Test-NoWarnings/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Test-NoWarnings/Makefile b/devel/p5-Test-NoWarnings/Makefile new file mode 100644 index 000000000000..20825905d824 --- /dev/null +++ b/devel/p5-Test-NoWarnings/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Test-NoWarnings +# Date created: May 12th 2004 +# Whom: Alex Kapranoff <alex@kapranoff.ru> +# +# $FreeBSD$ +# + +PORTNAME= Test-NoWarnings +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= alex@kapranoff.ru +COMMENT= Hide and store warnings while running test scripts + +BUILD_DEPENDS= ${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +INSTALL_TARGET= pure_install + +MAN3= Test::NoWarnings.3 + +post-patch: + @${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \ + ${WRKSRC}/Makefile.PL + +.include <bsd.port.mk> |