1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/p5-Net-Gnats/Makefile
Philip M. Gollucci 89c63fe984 - Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them.
2009-12-13 18:07:49 +00:00

26 lines
455 B
Makefile

# 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>