1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/finance/py-vatnumber/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
435 B
Makefile

# Created by: Qian Jin <eric.siroh@gmail.com>
# $FreeBSD$
PORTNAME= vatnumber
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= chian.jin@gmail.com
COMMENT= Python module to validate VAT numbers
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=1.1:devel/py-stdnum
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>