freebsd-ports/net/p5-Net-Gnats/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

23 lines
479 B
Makefile

PORTNAME= Net-Gnats
PORTVERSION= 0.22
CATEGORIES= net databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to GNU Gnats daemon
WWW= https://gnatsperl.sourceforge.net/
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-strictures>=0:devel/p5-strictures
TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>