aaa1885833
ok jasper@
25 lines
439 B
Makefile
25 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:45:42 ajacoutot Exp $
|
|
|
|
COMMENT = perl implementation of RIPE whois
|
|
|
|
DISTNAME = Net-Whois-RIPE-1.31
|
|
REVISION = 0
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
CPAN_AUTHOR = LMC
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|