freebsd-ports/converters/p5-Bencode/Makefile
2017-09-29 14:11:33 +00:00

26 lines
519 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= Bencode
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>