1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

converters/p5-Bencode: Update to 1.502

- Add LICENSE_FILE
- Add TEST_DEPENDS
- Take maintainership

Changes:	https://metacpan.org/dist/Bencode/changes
This commit is contained in:
Po-Chuan Hsieh 2023-08-17 02:11:12 +08:00
parent b3adb2331b
commit b812d73866
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 13 additions and 11 deletions

View File

@ -1,23 +1,25 @@
PORTNAME= Bencode
PORTVERSION= 1.500
PORTREVISION= 0
PORTVERSION= 1.502
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
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= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
RUN_DEPENDS= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exporter-Tidy>=0:devel/p5-Exporter-Tidy
TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1506693784
SHA256 (Bencode-1.500.tar.gz) = 3c64d2a9098863025aa3ee5fb1f554d2e8fd28f3c0acc366e94c242984280fb6
SIZE (Bencode-1.500.tar.gz) = 13773
TIMESTAMP = 1691069974
SHA256 (Bencode-1.502.tar.gz) = b42b5442268dd9cd57d8210e8ebdd8fe256c258be3e1aa1eb6d31f9436f8e476
SIZE (Bencode-1.502.tar.gz) = 15189

View File

@ -1,2 +1,2 @@
This module implements the BitTorrent *bencode* serialisation format, as
described in <http://www.bittorrent.org/beps/bep_0003.html#bencoding>.
Bencode implements the BitTorrent bencode serialisation format, as described in
http://www.bittorrent.org/beps/bep_0003.html#bencoding.