mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
a8686f21f8
- Add NO_ARCH - While I'm here, sort USE_PYTHON Changes: https://github.com/gtaylor/python-fedex/blob/master/CHANGES.rst PR: 201440 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fedex
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Light wrapper around Fedex's Web Services SOAP API using suds
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}suds>=0:${PORTSDIR}/net/py-suds
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|