773850a8a6
Hat: portmgr
25 lines
643 B
Makefile
25 lines
643 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= ports@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>
|