cb41fc6623
Sponsored by: Absolight
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: Oleg R. Muhutdinov <mor@WhiteLuna.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Convert-Bencode
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Encode and decode bencoded strings
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|