85d0153e13
feedback & ok steven@
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/01/14 20:49:05 simon Exp $
|
|
|
|
COMMENT= "perl module for IPv4/IPv6 address parsing"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-IP-1.25
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|