0d95778c27
The purpose of this module is to provide user with current list of available top level domain names including new ICANN additions and ccTLDs.
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/10 13:35:41 kevlo Exp $
|
|
|
|
COMMENT= "module to work with TLD names"
|
|
|
|
DISTNAME= Net-Domain-TLD-1.65
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
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>
|