freebsd-ports/net-p2p/p5-Net-BitTorrent/Makefile
Mathieu Arnold bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00

25 lines
436 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-BitTorrent
PORTVERSION= 0.052
PORTREVISION= 5
CATEGORIES= net-p2p perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SANKO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= BitTorrent peer-to-peer protocol class
LICENSE= ART20
PORTSCOUT= limit:^[0-9\.]*$$
CONFIGURE_ARGS= </dev/null
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>