- adding a lot of new TLDs to the rooster PR: 188259 Submitted by: vivek@khera.org Approved by: maintainer (timeout)
16 lines
289 B
Makefile
16 lines
289 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Domain-TLD
|
|
PORTVERSION= 1.72
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Look up and validate TLDs
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|