aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Lib/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:10:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:10:10 +0000
commitf101560ae9bdc5a32dac66ead540617d30caad5b (patch)
tree2c2cff28ccde2897323792f0feb757841a33cb7f /devel/p5-Test-Lib/Makefile
parent923abd142a40df449eec6cda7bdcc7d6f148fe46 (diff)
downloadports-f101560ae9bdc5a32dac66ead540617d30caad5b.tar.gz
ports-f101560ae9bdc5a32dac66ead540617d30caad5b.zip
Diffstat (limited to 'devel/p5-Test-Lib/Makefile')
-rw-r--r--devel/p5-Test-Lib/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-Test-Lib/Makefile b/devel/p5-Test-Lib/Makefile
new file mode 100644
index 000000000000..53008d207fda
--- /dev/null
+++ b/devel/p5-Test-Lib/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= Test-Lib
+PORTVERSION= 0.003
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Use libraries from a t/lib directory
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>