summaryrefslogtreecommitdiff
path: root/textproc/p5-Tie-Handle-Offset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Tie-Handle-Offset/Makefile')
-rw-r--r--textproc/p5-Tie-Handle-Offset/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-Tie-Handle-Offset/Makefile b/textproc/p5-Tie-Handle-Offset/Makefile
new file mode 100644
index 000000000000..8a0a7f95250b
--- /dev/null
+++ b/textproc/p5-Tie-Handle-Offset/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= Tie-Handle-Offset
+PORTVERSION= 0.004
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= root@dc365.ru
+COMMENT= Tied handle that hides the beginning of a file
+WWW= https://metacpan.org/dist/Tie-Handle-Offset
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= localbase perl5
+USE_PERL5= configure test
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>