diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-08-14 15:05:03 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-08-14 15:05:03 +0000 |
commit | 4305aa764d565afd6082dada6c2af67359a96edb (patch) | |
tree | c71c463041bf88af5fcb2baa88966c45a050eadc /devel/p5-Test-Harness/Makefile | |
parent | 70056aafb1c1932851e81a99cefb846871079989 (diff) | |
download | FreeBSD-ports-4305aa764d565afd6082dada6c2af67359a96edb.zip FreeBSD-ports-4305aa764d565afd6082dada6c2af67359a96edb.tar.gz |
Initial import of p5-Test-Harness 1.23.
It runs perl standard test scripts with statistics
PR: 29647
Submitted by: Shell Hung <shell@shellhung.org>
Diffstat (limited to 'devel/p5-Test-Harness/Makefile')
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile new file mode 100644 index 0000000..075d0a1 --- /dev/null +++ b/devel/p5-Test-Harness/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Test-Harness +# Date Created: 13 Aug 2001 +# Whom: Shell Hung <shell@shellhung.org> +# +# $FreeBSD$ +# + +PORTNAME= Test-Harness +PORTVERSION= 1.23 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= shell@shellhung.org + +PERL_CONFIGURE= yes + +MODULE_PREFIX= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} +CONFIGURE_ARGS+= INSTALLPRIVLIB=${MODULE_PREFIX} \ + INSTALLARCHLIB=${MODULE_PREFIX}/${PERL_ARCH} + +MAN3= Test::Harness.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |