20 lines
372 B
Makefile
20 lines
372 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/14 13:27:57 kevlo Exp $
|
||
|
|
||
|
COMMENT= convert tree structured items into ascii tree items
|
||
|
|
||
|
DISTNAME= Text-Thread-0.2
|
||
|
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|