openbsd-ports/net/p5-Net-Whois-Raw/Makefile

25 lines
457 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2010/12/03 11:45:43 ajacoutot Exp $
2007-05-29 18:55:34 -04:00
COMMENT= extension for unparsed raw whois information
2009-06-02 18:40:48 -04:00
DISTNAME= Net-Whois-Raw-2.00
REVISION= 0
2006-11-19 13:43:30 -05:00
CATEGORIES= net
2008-09-24 12:19:14 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-02-03 18:02:15 -05:00
MODULES= cpan
CONFIGURE_STYLE= modbuild
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
2009-04-03 05:55:06 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= www/p5-URI \
www/p5-libwww
2006-05-21 09:55:43 -04:00
.include <bsd.port.mk>