blob: 80ac27898a9bf2e54033e2283a6e429c1667b816 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
PORTNAME= laserhammer
PORTVERSION= 2.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= trasz@FreeBSD.org
COMMENT= Docbook to mdoc(7) converter
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|