# New ports collection makefile for: Math-Currency # Date created: Wed Jan 3 10:58:59 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Math-Currency PORTVERSION= 0.46 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Perl module for exact currency math with formatting and rounding BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision \ ${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= Math::Currency.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include td class='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* Add ZOPEPRODUCTDIR to PLIST_SUB when USE_ZOPE is triggered.perky2004-01-261-1/+2
* Back out last change to make PTHREAD_LIBS and PTHREAD_CFLAGS conditionaldeischen2004-01-241-2/+2
* Make PTHREAD_LIBS and PTHREAD_CFLAGS conditional. Also removedeischen2004-01-241-2/+2
* Fix a regression in bsd.port.mk where ports with multiple checksums per filemarcus2004-01-241-1/+1
* Fixed an incorrect comment.znerd2004-01-231-2/+1
* Correct two GNU mirrors, delete an outdated one.eik2004-01-231-3/+2
* Chase the new locations for atspi, atk, and gail.marcus2004-01-221-3/+3
* - Replace sdl_mm directory and use sdlmmkrion2004-01-211-0/+1
* Remove an extra blank line.marcus2004-01-211-1/+0
* Conditionalize the max command length on whether or not GNU_CONFIGURE ismarcus2004-01-211-2/+2
* OPTIONSFILE now defaults to ${PORT_DBDIR}/${UNIQUENAME}/options wheremarcus2004-01-211-4/+7
*