mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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:
parent
b3adb2331b
commit
b812d73866
3 changed files with 13 additions and 11 deletions
|
@ -1,23 +1,25 @@
|
||||||
PORTNAME= Bencode
|
PORTNAME= Bencode
|
||||||
PORTVERSION= 1.500
|
PORTVERSION= 1.502
|
||||||
PORTREVISION= 0
|
|
||||||
CATEGORIES= converters perl5
|
CATEGORIES= converters perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
|
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= BitTorrent bencode serialisation format
|
COMMENT= BitTorrent bencode serialisation format
|
||||||
WWW= https://metacpan.org/release/Bencode
|
WWW= https://metacpan.org/release/Bencode
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1+
|
LICENSE= ART10 GPLv1+
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
|
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
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1506693784
|
TIMESTAMP = 1691069974
|
||||||
SHA256 (Bencode-1.500.tar.gz) = 3c64d2a9098863025aa3ee5fb1f554d2e8fd28f3c0acc366e94c242984280fb6
|
SHA256 (Bencode-1.502.tar.gz) = b42b5442268dd9cd57d8210e8ebdd8fe256c258be3e1aa1eb6d31f9436f8e476
|
||||||
SIZE (Bencode-1.500.tar.gz) = 13773
|
SIZE (Bencode-1.502.tar.gz) = 15189
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
This module implements the BitTorrent *bencode* serialisation format, as
|
Bencode implements the BitTorrent bencode serialisation format, as described in
|
||||||
described in <http://www.bittorrent.org/beps/bep_0003.html#bencoding>.
|
http://www.bittorrent.org/beps/bep_0003.html#bencoding.
|
||||||
|
|
Loading…
Add table
Reference in a new issue