2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:54 espie Exp $
|
2009-10-09 17:46:47 +00:00
|
|
|
|
2012-04-02 06:20:33 +00:00
|
|
|
COMMENT= MSN client library for python
|
2009-10-09 17:46:47 +00:00
|
|
|
|
2012-04-02 06:20:33 +00:00
|
|
|
MODPY_EGG_VERSION= 0.5.6
|
2009-10-09 17:46:47 +00:00
|
|
|
DISTNAME= papyon-${MODPY_EGG_VERSION}
|
2012-04-06 08:51:43 +00:00
|
|
|
REVISION= 1
|
2009-10-09 17:46:47 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2010-09-23 13:33:30 +00:00
|
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/papyon
|
2009-10-09 17:46:47 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2010-09-23 13:33:30 +00:00
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/papyon/releases/
|
2009-10-09 17:46:47 +00:00
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
2012-04-08 14:52:27 +00:00
|
|
|
BUILD_DEPENDS= devel/py-gobject \
|
|
|
|
security/py-crypto \
|
2012-04-06 07:42:11 +00:00
|
|
|
security/py-openssl
|
2012-04-05 07:48:19 +00:00
|
|
|
RUN_DEPENDS= devel/py-gobject \
|
|
|
|
multimedia/gstreamer-0.10/py-gstreamer \
|
2012-04-06 08:51:43 +00:00
|
|
|
net/farstream \
|
2010-11-19 22:31:32 +00:00
|
|
|
security/py-crypto \
|
|
|
|
security/py-openssl
|
2009-10-09 17:46:47 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2009-10-09 17:46:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|