Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.10 2012/10/25 06:56:52 asau Exp $
#
DISTNAME= vobject-0.8.1c
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= http://vobject.skyhouseconsulting.com/
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://vobject.skyhouseconsulting.com/
COMMENT= Python iCalendar (ics) and vCard library
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.1:../../time/py-dateutil
PYTHON_SELF_CONFLICT= yes
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"