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

28 lines
610 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/03/20 19:57:22 naddy Exp $
COMMENT= search and manage eBay accounts
DISTNAME= WWW-Ebay-1.003
CATEGORIES= www
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
RUN_DEPENDS= security/p5-Crypt-SSLeay \
www/p5-HTML-Form \
www/p5-WWW-Search-Ebay \
x11/p5-Tk
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= converters/p5-DateManip \
devel/p5-IO-Capture
# In order to run all the automatic tests for this distribution,
# you should set the following environment variables:
# EBAY_USERID and EBAY_PASSWORD
TEST_IS_INTERACTIVE= Yes
.include <bsd.port.mk>