2004-05-06 04:10:40 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Net-Gnats
|
|
|
|
# Date created: May 6, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Gnats
|
2006-11-01 07:15:42 +00:00
|
|
|
PORTVERSION= 0.06
|
2004-05-06 04:10:40 +00:00
|
|
|
CATEGORIES= net databases perl5
|
2006-11-01 07:15:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnatsperl
|
2004-05-06 04:10:40 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
2006-11-01 07:15:42 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2004-05-06 04:10:40 +00:00
|
|
|
|
2006-11-08 09:28:33 +00:00
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
2004-05-06 04:10:40 +00:00
|
|
|
COMMENT= Perl interface to GNU Gnats daemon
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::Gnats.3 Net::Gnats::PR.3
|
|
|
|
|
2004-05-10 01:38:12 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-05-17 01:43:45 +00:00
|
|
|
.if ${PERL_LEVEL} < 500600
|
2006-11-01 07:15:42 +00:00
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5 then try again
|
2004-05-10 01:38:12 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|