diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-02-26 09:06:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-02-26 09:06:04 +0000 |
commit | f411fbd99c494f9b65c84bb5b163d2720cad31ea (patch) | |
tree | 44fdec73e36957ecc2f8a1bbe12d67250ee16b50 /textproc/p5-Text-DHCPLeases/Makefile | |
parent | 57797ddc4af3ea79870762f2c7dfab5a7b13fcf1 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-DHCPLeases/Makefile')
-rw-r--r-- | textproc/p5-Text-DHCPLeases/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-DHCPLeases/Makefile b/textproc/p5-Text-DHCPLeases/Makefile new file mode 100644 index 000000000000..cda1359337c0 --- /dev/null +++ b/textproc/p5-Text-DHCPLeases/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Text::DHCPLeases +# Date created: 31 Jan 2011 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-DHCPLeases +PORTVERSION= 0.9 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to parse DHCP leases file from ISC dhcpd + +PERL_MODBUILD= yes + +MAN3= Text::DHCPLeases.3 \ + Text::DHCPLeases::Object.3 \ + Text::DHCPLeases::Object::Iterator.3 + +.include <bsd.port.mk> |