2013-08-02 23:38:09 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-05-25 21:55:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Address-IPv4-Local
|
|
|
|
PORTVERSION= 0.12
|
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-25 21:55:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-05-03 10:48:37 +02:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
|
|
COMMENT= Class for discovering the local system's IP address
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
2006-05-25 21:55:12 +02:00
|
|
|
|
2012-06-07 10:50:24 +02:00
|
|
|
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-25 21:55:12 +02:00
|
|
|
|
2013-08-02 23:38:09 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2006-05-25 21:55:12 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|