pkgsrc-wip/py-vo/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

23 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/07 13:57:32 asau Exp $
#
DISTNAME= vo-0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= math textproc
MASTER_SITES= http://stsdas.stsci.edu/astrolib/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://www.stsci.edu/trac/ssb/astrolib
COMMENT= Python based tools to parse/write VOTABLE file
DEPENDS+= ${PYPKGPREFIX}-pyfits>=2.3.1:../../graphics/py-pyfits
PYDISTUTILSPKG= yes
do-test:
( cd ${WRKSRC}/test && ${PYTHONBIN} test.py )
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"