freebsd-ports/converters/p5-Bencode/Makefile

25 lines
507 B
Makefile
Raw Normal View History

# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= Bencode
2017-09-29 16:11:33 +02:00
PORTVERSION= 1.500
PORTREVISION= 0
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
PKGNAMEPREFIX= p5-
MAINTAINER= feld@FreeBSD.org
COMMENT= BitTorrent bencode serialisation format
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
RUN_DEPENDS= p5-Exporter-Tidy>0:devel/p5-Exporter-Tidy
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>