aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Google-Notebook/Makefile
blob: 31a3b91f334418455d81f43ccad0ee56d2792cee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=   WWW-Google-Notebook
PORTVERSION=    0.01
PORTREVISION=   1
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lwhsu@FreeBSD.org
COMMENT=    Perl interface for Google Notebook

RUN_DEPENDS=    p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
        p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
        p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
BUILD_DEPENDS:= ${RUN_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>