23 lines
493 B
Makefile
23 lines
493 B
Makefile
# 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>
|