1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/p5-Net-Gnats/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

17 lines
316 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Net-Gnats
PORTVERSION= 0.06
CATEGORIES= net databases perl5
MASTER_SITES= SF/gnatsperl/gnatsperl/${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to GNU Gnats daemon
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>