mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
|
|
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>
|