19 lines
317 B
Makefile
19 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:42:44 espie Exp $
|
|
|
|
COMMENT= convert tree structured items into ascii tree items
|
|
|
|
DISTNAME= Text-Thread-0.2
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|