mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
362 B
Makefile
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
|