list them in the package list. This avoids package list problems under Mac OS X and saves disk space on other platforms.
21 lines
569 B
Makefile
21 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/05/31 17:02:24 tron Exp $
|
|
|
|
DISTNAME= parsedatetime-0.8.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://code-bear.com/code/parsedatetime/
|
|
COMMENT= Python module for parsing human-readable date/time text
|
|
LICENSE= apache-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name "._*" -type f -print | ${XARGS} ${RM} -f
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|