3669f0a55f
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl> ok maintainer
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.4 2005/12/14 07:00:03 steven Exp $
|
|
|
|
COMMENT= "perl extension for unparsed raw whois information"
|
|
|
|
DISTNAME= Net-Whois-Raw-0.98
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
MAINTAINER= Toni Mueller <tm@tonimueller.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|