Files
bsdports/perl/p5-Net-Domain-TLD/Makefile
2019-12-26 07:26:06 +00:00

18 lines
362 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD: head/dns/p5-Net-Domain-TLD/Makefile 409154 2016-02-19 06:56:15Z wen $
PORTNAME= Net-Domain-TLD
PORTVERSION= 1.74
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Look up and validate TLDs
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF