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

20 lines
358 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.24 2013/03/11 11:35:53 espie Exp $
2007-05-29 18:55:34 -04:00
COMMENT= extension for unparsed raw whois information
DISTNAME= Net-Whois-Raw-2.37
2006-11-19 13:43:30 -05:00
CATEGORIES= net
2008-09-24 12:19:14 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2009-02-03 18:02:15 -05:00
MODULES= cpan
CONFIGURE_STYLE= modbuild
2009-04-03 05:55:06 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= converters/p5-Net-IDN-Encode \
2010-11-19 17:31:32 -05:00
www/p5-libwww
2006-05-21 09:55:43 -04:00
.include <bsd.port.mk>