mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
25 lines
457 B
Makefile
25 lines
457 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gnatsperl
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= Perl interface to GNU Gnats daemon
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Gnats.3 Net::Gnats::PR.3
|
|
|
|
.include <bsd.port.mk>
|