2006-05-15 18:48:38 +02:00
|
|
|
# New ports collection makefile for: Number-WithError-LaTeX
|
|
|
|
# Date created: 15 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Number-WithError-LaTeX
|
2006-12-25 20:05:56 +01:00
|
|
|
PORTVERSION= 0.06
|
2010-01-27 02:47:48 +01:00
|
|
|
PORTREVISION= 1
|
2006-05-15 18:48:38 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-15 18:48:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-15 18:48:38 +02:00
|
|
|
COMMENT= LaTeX output for Number::WithError
|
|
|
|
|
2008-11-30 19:28:09 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
|
2006-05-15 18:48:38 +02:00
|
|
|
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \
|
|
|
|
${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError \
|
|
|
|
${SITE_PERL}/TeX/Encode.pm:${PORTSDIR}/textproc/p5-TeX-Encode
|
2012-01-05 23:11:03 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest
|
2006-05-15 18:48:38 +02:00
|
|
|
|
|
|
|
MAN3= Number::WithError::LaTeX.3
|
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-05-15 18:48:38 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|