pkgsrc/databases/py-cdb/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

17 lines
440 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:08 rodent Exp $
#
DISTNAME= python-cdb-0.34
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= databases
MASTER_SITES= http://pilcrow.madison.wi.us/python-cdb/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://pilcrow.madison.wi.us/
COMMENT= Python extension module for cdb
LICENSE= gnu-gpl-v2
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"