freebsd-ports/devel/py-myghtyutils/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

25 lines
644 B
Makefile

# New ports collection makefile for: py-myghtyutils
# Date created: April 23 2007
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= myghtyutils
PORTVERSION= 0.52
CATEGORIES= devel www python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= source/M/MyghtyUtils
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= MyghtyUtils-${PORTVERSION}
MAINTAINER= dryice@FreeBSD.org
COMMENT= Container and Utility Functions from the Myghty Template Framework
USE_PYTHON= yes
USE_ZIP= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= MyghtyUtils
.include <bsd.port.mk>