aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/p5-Net-DirectConnect/Makefile
blob: 7d8ad7e0c016c54284cae320021a50552ced97c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    p5-Net-DirectConnect
# Date created:     2010-01-16
# Whom:         Oleg Alexeenkov <proler@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   Net-DirectConnect
PORTVERSION=    0.10
CATEGORIES= net-p2p net perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:PRO
PKGNAMEPREFIX=  p5-

MAINTAINER= proler@gmail.com
COMMENT=    Perl Direct Connect lib and client

RUN_DEPENDS=    ${SITE_PERL}/lib/abs.pm:${PORTSDIR}/devel/p5-lib-abs \
        ${SITE_PERL}/MIME/Base32.pm:${PORTSDIR}/converters/p5-MIME-Base32 \
        ${SITE_PERL}/${PERL_ARCH}/Sys/Sendfile/FreeBSD.pm:${PORTSDIR}/devel/p5-Sys-Sendfile-FreeBSD \
        ${SITE_PERL}/${PERL_ARCH}/Net/DirectConnect/TigerHash.pm:${PORTSDIR}/net-p2p/p5-Net-DirectConnect-TigerHash \
        ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite

PERL_CONFIGURE= yes

MAN1=       dcget.1 dcshare.1
MAN3=       Net::DirectConnect.3 Net::DirectConnect::filelist.3

.include <bsd.port.mk>