mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
706d0dc70c
- Pass maintainership to submitter PR: ports/189252 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
356 B
Makefile
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>
|