blob: 99a28f47e3d4112322773a0e97e8f587cfcc4783 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
PORTNAME= Net-DHCP
PORTVERSION= 0.696
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DHCP set of classes designed to handle basic DHCP handling
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>
|