mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
96c92db4f8
PR: ports/171060 Approved by: maintainer timeout (tjs@cdpa.nsysu.edu.tw, >2 weeks)
28 lines
585 B
Makefile
28 lines
585 B
Makefile
# New ports collection makefile for: p5-Net-DHCP
|
|
# Date created: 2006-07-13
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-DHCP
|
|
PORTVERSION= 0.691
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
COMMENT= A DHCP set of classes designed to handle basic DHCP handling
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Net::DHCP::Constants.3 \
|
|
Net::DHCP::Packet.3
|
|
|
|
.include <bsd.port.mk>
|