openbsd-ports/net/p5-NetAddr-IP/Makefile

21 lines
342 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:35:53 espie Exp $
SHARED_ONLY = Yes
COMMENT = manages IPv4 and IPv6 addresses and subnets
2012-12-29 10:30:54 -05:00
DISTNAME = NetAddr-IP-4.066
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl artistic / GPL
PERMIT_PACKAGE_CDROM = Yes
2012-09-30 10:27:18 -04:00
WANTLIB += c
2012-08-23 11:50:05 -04:00
MODULES = cpan
.include <bsd.port.mk>