2012-04-05 07:48:19 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2012/04/05 07:48:19 ajacoutot 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-05 07:48:19 +00:00
|
|
|
REVISION= 0
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= 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-05 07:48:19 +00:00
|
|
|
BUILD_DEPENDS= security/py-crypto
|
|
|
|
RUN_DEPENDS= devel/py-gobject \
|
|
|
|
multimedia/gstreamer-0.10/py-gstreamer \
|
2012-04-02 06:20:33 +00:00
|
|
|
net/farsight2 \
|
2010-11-19 22:31:32 +00:00
|
|
|
security/py-crypto \
|
|
|
|
security/py-openssl
|
2009-10-09 17:46:47 +00:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|