mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
18 lines
327 B
Makefile
18 lines
327 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|