openbsd-ports/net/p5-Net-Whois/Makefile
simon 85d0153e13 cpanify and set a few licenses
feedback & ok steven@
2007-01-14 20:49:05 +00:00

19 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.8 2007/01/14 20:49:05 simon Exp $
COMMENT= 'perl5 module for getting and parsing whois entries'
MODULES= cpan
DISTNAME= Net-Whois-1.9
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://www.hudes.org/netwhois.html
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>