21 lines
416 B
Makefile
21 lines
416 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}
|
|
|
|
MAN3= Net::DirectConnect::TigerHash.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|