1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/p5-Net-DLookup/Makefile
Sunpoet Po-Chuan Hsieh 706d0dc70c - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189252
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 08:48:14 +00:00

20 lines
356 B
Makefile

# Created by: Danny Howard <dannyman@tellme.com>
# $FreeBSD$
PORTNAME= Net-DLookup
PORTVERSION= 1.01
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perform domain lookups on 2-letter and 3-letter TLDs
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>