openbsd-ports/net/papyon/Makefile

29 lines
623 B
Makefile
Raw Normal View History

2010-09-23 09:33:30 -04:00
# $OpenBSD: Makefile,v 1.5 2010/09/23 13:33:30 jasper Exp $
COMMENT= fork of pymsn to support telepathy-butterfly
2010-09-23 09:33:30 -04:00
MODPY_EGG_VERSION= 0.5.1
DISTNAME= papyon-${MODPY_EGG_VERSION}
CATEGORIES= net
2010-09-23 09:33:30 -04:00
HOMEPAGE= http://www.freedesktop.org/wiki/Software/papyon
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-09-23 09:33:30 -04:00
MASTER_SITES= http://www.freedesktop.org/software/papyon/releases/
MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/py-gobject \
::security/py-crypto \
::security/py-openssl
NO_REGRESS= Yes
.include <bsd.port.mk>