19 lines
565 B
Makefile
19 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.7 2016/06/08 17:43:42 wiz Exp $
|
|
|
|
DISTNAME= phonenumbers-7.0.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= comms textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://github.com/daviddrysdale/python-phonenumbers
|
|
COMMENT= Library for formatting, storing and validating phone numbers
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= phonenumbers/util.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|