diff options
author | will <will@FreeBSD.org> | 2000-12-31 05:19:16 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 05:19:16 +0000 |
commit | 168e89506c8a1fdce7459fff818c28e5e3678c9b (patch) | |
tree | 58eff10d2c310526545de8e5c80b7daea4d287de /textproc/p5-Text-Bind/Makefile | |
parent | e234a7666b3a97a77968085b3a752e5e58ebd384 (diff) | |
download | FreeBSD-ports-168e89506c8a1fdce7459fff818c28e5e3678c9b.zip FreeBSD-ports-168e89506c8a1fdce7459fff818c28e5e3678c9b.tar.gz |
Add p5-Text-Bind 0.04, a perl module to bind Perl structures to textfiles.
PR: 23922
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc/p5-Text-Bind/Makefile')
-rw-r--r-- | textproc/p5-Text-Bind/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-Bind/Makefile b/textproc/p5-Text-Bind/Makefile new file mode 100644 index 0000000..022901f --- /dev/null +++ b/textproc/p5-Text-Bind/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Text-Bind +# Date created: 29 December 2000 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Bind +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= Text::Bind.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |