aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Whois-Raw/Makefile
blob: a2cb1b6320b68a42b97da4f9d962553528e09268 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-Net-Whois-Raw
# Date created:             March 25th 2002
# Whom:                     Alex Kapranoff <kappa@freebsd.org.ua>
#
# $FreeBSD$
#

PORTNAME=   Net-Whois-Raw
PORTVERSION=    0.98
CATEGORIES= net perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX=  p5-

MAINTAINER= kappa@freebsd.org.ua
COMMENT=    Very simple Perl interface to query raw whois data

PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install

MAN3=       Net::Whois::Raw.3
MAN1=       pwhois.1

.include <bsd.port.mk>