30ee7ddca9
- ok/updated email address from maintainer Matteo Cantoni
20 lines
407 B
Makefile
20 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/05/14 11:26:25 sthen Exp $
|
|
|
|
COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-CIDR-Lite-0.21
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Matteo Cantoni <matteo.cantoni@gmail.com>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|