3ec156f142
Remove now unnecessary overrides in various packages.
16 lines
499 B
Makefile
16 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:28 wiz Exp $
|
|
|
|
DISTNAME= validate-email-address-1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/v/validate-email-address/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://github.com/heropunch/validate-email-address
|
|
COMMENT= Verify if an email address is valid and really exists
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|