blob: 969571ad1ea547d123bfca4cedcaaac6f4b47af6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= laserhammer
PORTVERSION= 2.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Docbook to mdoc(7) converter
WWW= https://github.com/trasz/laserhammer
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|