20 lines
368 B
Makefile
20 lines
368 B
Makefile
# Created by: Lawrence Chen <beastie@tardisi.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-DHCP-Watch
|
|
PORTVERSION= 2.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= beastie@tardisi.com
|
|
COMMENT= Class for monitoring a remote DHCPD server
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|