naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

24 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:53 naddy Exp $
COMMENT= simple OOP-ish interface to the Google SOAP API
MODULES= cpan
PKG_ARCH= *
DISTNAME= Net-Google-1.0.1
REVISION= 1
CATEGORIES= net
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= www/p5-SOAP-Lite
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_IS_INTERACTIVE= Yes
.include <bsd.port.mk>