mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
e729854945
- Pass maintainership to submitter PR: ports/189247 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# Created by: Anders Nordby <anders@fix.no>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-ParseWhois
|
|
PORTVERSION= 0.70
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Extendable perl5 module for parsing whois information
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|