freebsd-ports/textproc/p5-Text-ASCIITable/Makefile
Mathieu Arnold 7dfa91c8cd * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-22 14:35:55 +00:00

30 lines
593 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-ASCIITable
PORTVERSION= 0.20
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Create a nice formatted table using ASCII characters
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= ansi-example.pl
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/ansi-example.pl ${STAGEDIR}${EXAMPLESDIR}
regression-test: build
cd ${WRKSRC}/ && ./Build test
.include <bsd.port.mk>