openbsd-ports/www/p5-WWW-Ebay/Makefile

30 lines
657 B
Makefile
Raw Normal View History

2011-09-16 08:00:05 -04:00
# $OpenBSD: Makefile,v 1.6 2011/09/16 12:00:07 espie Exp $
COMMENT= search and manage eBay accounts
2010-10-25 06:25:02 -04:00
DISTNAME= WWW-Ebay-0.094
2011-09-16 08:00:05 -04:00
REVISION= 1
CATEGORIES= www
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-10-25 06:25:02 -04:00
USE_GROFF = Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= security/p5-Crypt-SSLeay \
www/p5-WWW-Search-Ebay \
x11/p5-Tk
REGRESS_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
REGRESS_IS_INTERACTIVE= Yes
.include <bsd.port.mk>