aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Gnats/Makefile
blob: 78abecbc4c2c6cb0afb7c61003e8247cc56add90 (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
25
# ex:ts=8
# Ports collection makefile for:    Net-Gnats
# Date created:         May 6, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   Net-Gnats
PORTVERSION=    0.06
CATEGORIES= net databases perl5
MASTER_SITES=   SF/gnatsperl/gnatsperl/${PORTVERSION}
PKGNAMEPREFIX=  p5-
EXTRACT_SUFX=   .tgz

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl interface to GNU Gnats daemon

MAKE_JOBS_SAFE= yes

PERL_CONFIGURE= yes

MAN3=   Net::Gnats.3 Net::Gnats::PR.3

.include <bsd.port.mk>