073942c880
Approved by: portmgr (blanket infrastructure)
18 lines
362 B
Makefile
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>
|