freebsd-ports/converters/p5-Bencode/Makefile
Po-Chuan Hsieh b812d73866
converters/p5-Bencode: Update to 1.502
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Take maintainership

Changes:	https://metacpan.org/dist/Bencode/changes
2023-08-17 02:25:16 +08:00

25 lines
561 B
Makefile

PORTNAME= Bencode
PORTVERSION= 1.502
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= BitTorrent bencode serialisation format
WWW= https://metacpan.org/release/Bencode
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exporter-Tidy>=0:devel/p5-Exporter-Tidy
TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>