1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/devel/py-boto/Makefile
Li-Wen Hsu 19713963d6 - Register CONFLICTS with devel/py-boto-devel
- Some minor cleanup

PR:		ports/154271
Submitted by:	lwhsu
Approved by:	Peter Schuller <peter.schuller AT infidyne.com> (maintainer)

Feature safe:	yes
2011-02-07 10:11:25 +00:00

25 lines
518 B
Makefile

# New ports collection makefile for: py-boto
# Date created: Aug 26, 2007
# Whom: Peter Schuller <peter.schuller@infidyne.com>
#
# $FreeBSD$
#
PORTNAME= boto
PORTVERSION= 1.9b
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= peter.schuller@infidyne.com
COMMENT= Python interface to Amazon Web Services
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
CONFLICTS= py2[0-9]-boto-devel-[0-9]*
.include <bsd.port.mk>