It offers a basic hashed based object creation via the word new. All sub classes should be hash based. If you want to pock into the instance, it's easy but everything that is not documented should be considered private. If you play around with undocumented properties/methods and that it changes,upgrading to the new version with all the extra new killer features will be very hard to do. WWW: http://search.cpan.org/dist/WebService-GData/
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: www/p5-WebService-GData
|
|
# Date created: Oct 11, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WebService-GData
|
|
PORTVERSION= 0.0208
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= WebService
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Google data protocol v2 base object to inherit from
|
|
|
|
BUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
|
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WebService::GData::Error.3 \
|
|
WebService::GData::ClientLogin.3 \
|
|
WebService::GData::Feed::Category.3 \
|
|
WebService::GData::Feed::Entry.3 \
|
|
WebService::GData::Base.3 \
|
|
WebService::GData::YouTube::Feed::Video.3 \
|
|
WebService::GData::Constants.3 \
|
|
WebService::GData::Feed::Link.3 \
|
|
WebService::GData::Query.3 \
|
|
WebService::GData::YouTube::Query.3 \
|
|
WebService::GData::Feed::Entry::Content.3 \
|
|
WebService::GData.3 \
|
|
WebService::GData::Error::Entry.3 \
|
|
WebService::GData::Feed.3 \
|
|
WebService::GData::YouTube.3 \
|
|
WebService::GData::Feed::Author.3
|
|
|
|
.include <bsd.port.mk>
|