20 lines
394 B
Makefile
20 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/10/18 18:36:55 espie Exp $
|
|
|
|
COMMENT= perl5 module for getting and parsing whois entries
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Whois-1.9
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
USE_GROFF = Yes
|
|
|
|
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>
|