freebsd-ports/www/p5-WWW-Google-Notebook/Makefile
Cheng-Lung Sung cf429403cc Add p5-WWW-Google-Notebook 0.01, perl interface for Google Notebook.
PR:		ports/104448
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2006-11-01 01:10:37 +00:00

27 lines
754 B
Makefile

# New ports collection makefile for: p5-WWW-Google-Notebook
# Date created: 2006-10-15
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= WWW-Google-Notebook
PORTVERSION= 0.01
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= lwhsu@lwhsu.org
COMMENT= Perl interface for Google Notebook
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::Google::Notebook.3 WWW::Google::Notebook::Note.3 WWW::Google::Notebook::Notebook.3
.include <bsd.port.mk>