f317825bc3
Google utilities written in Python. Submitted and maintained by mpech@.
27 lines
596 B
Makefile
27 lines
596 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/22 13:15:03 xsa Exp $
|
|
|
|
COMMENT= "Google utilities written in Python"
|
|
|
|
DISTNAME= goopy-0.1
|
|
CATEGORIES= devel
|
|
HOMEPAGE= http://goog-goopy.sourceforge.net/
|
|
|
|
MAINTAINER= Mike Pechkin <mpech@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goog-goopy/}
|
|
|
|
MODULES= lang/python
|
|
|
|
do-regress: fake
|
|
@cd ${WRKSRC}/goopy && ${MAKE_ENV} \
|
|
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
|
|
${MODPY_BIN} ./functional_unittest.py
|
|
|
|
.include <bsd.port.mk>
|