1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/myghty/Makefile
Edwin Groothuis 3952ad93e3 [maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
	ports. Please help to change the maintainer mail address to
	dryice@dryice.name. This new mail address has a RDNS record
	and will make the life easier. Thanks!

PR:		ports/91624
Submitted by:	Dryice Dong Liu <dryice@dryice.name>
2006-01-11 04:01:50 +00:00

23 lines
518 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@dryice.name
COMMENT= Myghty is a Python based templating framework
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>