freebsd-ports/www/myghty/Makefile
Sergey Matveychuk 074f2b759a - Drop maintainership on maintainer request
PR:		ports/95387
2006-04-06 07:52:08 +00:00

22 lines
532 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://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Myghty-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Myghty is a Python based templating framework
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>