mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
28 lines
610 B
Makefile
28 lines
610 B
Makefile
|
# ex:ts=8
|
||
|
# Ports collection makefile for: Net-Gnats
|
||
|
# Date created: May 6, 2004
|
||
|
# Whom: ijliao
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Net-Gnats
|
||
|
PORTVERSION= 0.05
|
||
|
CATEGORIES= net databases perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
|
||
|
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
|
||
|
MASTER_SITE_SUBDIR= Net/:cpan \
|
||
|
gnatsperl/:sf
|
||
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \
|
||
|
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Perl interface to GNU Gnats daemon
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Net::Gnats.3 Net::Gnats::PR.3
|
||
|
|
||
|
.include <bsd.port.mk>
|