fa19feea2d
Provides a simple OOP-ish interface to the Google SOAP API. from Gleydon Soares (MAINTAINER) with tweaks by me
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/19 21:47:20 jasper Exp $
|
|
|
|
COMMENT= simple OOP-ish interface to the Google SOAP API
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-Google-1.0.1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= :p5-SOAP-Lite-*:www/p5-SOAP-Lite
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|