23 lines
462 B
Makefile
23 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.12 2007/05/29 22:55:34 jasper Exp $
|
|
|
|
COMMENT= extension for unparsed raw whois information
|
|
|
|
DISTNAME= Net-Whois-Raw-1.23
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::www/p5-URI \
|
|
::www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|