freebsd-ports/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
Andrej Zverev 073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00

18 lines
362 B
Makefile

# Created by: Oleg Alexeenkov <proler@gmail.com>
# $FreeBSD$
PORTNAME= Net-DirectConnect-TigerHash
PORTVERSION= 0.06
CATEGORIES= net-p2p net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PRO
PKGNAMEPREFIX= p5-
MAINTAINER= proler@gmail.com
COMMENT= Perl Direct Connect TigerHash module
USES= perl5
USE_PERL5= configure
CC= ${CXX}
.include <bsd.port.mk>