cf118ccf87
Reported by: lwhsu
16 lines
342 B
Makefile
16 lines
342 B
Makefile
PORTNAME= Markups
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= Wrapper around various text markup languages
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.2+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|