mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
89c63fe984
so more people can look at them.
26 lines
455 B
Makefile
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>
|