diff options
Diffstat (limited to 'www/py-postmarkup/Makefile')
-rw-r--r-- | www/py-postmarkup/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/py-postmarkup/Makefile b/www/py-postmarkup/Makefile deleted file mode 100644 index 8e54aee71b84..000000000000 --- a/www/py-postmarkup/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Chao Shin <quakelee@cn.freebsd.org> -# $FreeBSD$ - -PORTNAME= postmarkup -PORTVERSION= 1.2.0 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library to parse the BBcode written in Python - -LICENSE= BSD3CLAUSE - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python:2 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> |