Max Brazhnikov f98951b94b Add new port math/octave-forge-dataframe:
Data manipulation toolbox similar to R data.frame.

WWW: http://octave.sourceforge.net/

PR:		ports/150029
Submitted by:	Stephen Montgomery-Smith <stephen at missouri.edu>
2010-08-29 15:34:55 +00:00

24 lines
514 B
Makefile

# New ports collection makefile for: octave-forge-dataframe
# Date created: 26 August 2010
# Whom: Stephen Montgomery-Smith <stephen@missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-dataframe
PORTVERSION= 0.4
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
do-build:
@${DO_NADA}
post-build:
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
.include <bsd.port.post.mk>