freebsd-ports/www/myghty/Makefile
Simon Barner 8b9e125121 Update to 0.98c
Submitted by:	Dryice Liu <dryice@hotpop.com> (maintainer)
PR:		ports/86395
2005-09-21 08:13:54 +00:00

23 lines
517 B
Makefile

# New ports collection makefile for: myghty
# Date created: July 13 2005
# Whom: Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#
PORTNAME= myghty
PORTVERSION= 0.98c
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://bsdchat.com/dist/dryice/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Myghty-${PORTVERSION}
MAINTAINER= dryice@liu.com.cn
COMMENT= Myghty is a Python based templating framework
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>