25 lines
460 B
Makefile
25 lines
460 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= pgollucci@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>
|