pkgsrc-wip/py-aspects/Makefile
Aleksej Saushev 9a9e59445e 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-06 17:13:23 +00:00

16 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/06 17:13:31 asau Exp $
#
DISTNAME= python-aspects-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= devel
MASTER_SITES= http://www.cs.tut.fi/~ask/aspects/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.cs.tut.fi/~ask/aspects/index.shtml
COMMENT= Lightweight aspect oriented programming library for Python
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"