openbsd-ports/devel/spe/Makefile
2011-06-08 17:31:05 +00:00

35 lines
622 B
Makefile

# $OpenBSD: Makefile,v 1.11 2011/06/08 17:40:08 jasper Exp $
COMMENT= SPE -- Stani's Python Editor
V= 0.8.4
DISTNAME= spe-$V.h-wx2.6.1.0
PKGNAME= spe-$Vh
REVISION= 4
CATEGORIES= devel
HOMEPAGE= http://pythonide.stani.be/
MAINTAINER= Joerg Zinke <mail@umaxx.net>
# GPLv3
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_BERLIOS:=python/}
WRKDIST= ${WRKDIR}/spe-$V.h
MODULES= lang/python
RUN_DEPENDS= devel/desktop-file-utils \
x11/py-wxPython \
security/py-crypto \
devel/py-Checker
NO_REGRESS= Yes
.include <bsd.port.mk>