openbsd-ports/textproc/p5-Text-SimpleTable/Makefile

22 lines
399 B
Makefile
Raw Normal View History

2010-10-19 03:54:21 -04:00
# $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:24 espie Exp $
2006-11-04 12:43:58 -05:00
COMMENT= simple eyecandy ASCII Tables
2006-11-04 12:43:58 -05:00
DISTNAME= Text-SimpleTable-2.03
CATEGORIES= textproc
2006-11-04 12:43:58 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 12:43:58 -05:00
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2006-11-04 12:43:58 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>