1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net/p5-Net-ParseWhois/Makefile
Sunpoet Po-Chuan Hsieh e729854945 - Add LICENSE
- Pass maintainership to submitter

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

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>