aboutsummaryrefslogtreecommitdiff
path: root/math/p5-MatrixReal/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-24 00:47:51 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-24 00:47:51 +0000
commite3c47ad385332611e96d40915e76ad8d5a2fd375 (patch)
tree9a6e908f87409815fc26b8e076283451737baf2f /math/p5-MatrixReal/Makefile
parentbb57bef7a51e7f2dfb4665ba3ffa59476fa13eda (diff)
downloadports-e3c47ad385332611e96d40915e76ad8d5a2fd375.tar.gz
ports-e3c47ad385332611e96d40915e76ad8d5a2fd375.zip
Notes
Diffstat (limited to 'math/p5-MatrixReal/Makefile')
-rw-r--r--math/p5-MatrixReal/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile
new file mode 100644
index 000000000000..3a33abd720a0
--- /dev/null
+++ b/math/p5-MatrixReal/Makefile
@@ -0,0 +1,24 @@
+# Ports collection Makefile for: Math-MatrixReal
+# Version Required: 1.2
+# Date Created: Aug 14 1997
+# Whom: Sander Vesik <sander@haldjas.folklore.ee>
+#
+# $Id$
+
+DISTNAME= Math-MatrixReal-1.2
+PKGNAME= p5-MatrixReal-1.2
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Math
+
+MAINTAINER= sander@haldjas.folklore.ee
+
+#USE_PERL5= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5
+MAN3= Math::MatrixReal.3 Math::Kleene.3
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include <bsd.port.mk>