freebsd-ports/math/p5-Math-Geometry/Makefile
Sunpoet Po-Chuan Hsieh 99b61650d6 - Take maintainership
2014-06-30 16:42:17 +00:00

18 lines
353 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Math-Geometry
PORTVERSION= 0.04
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Geometry related functions
RUN_DEPENDS= p5-Math-Matrix>=0:${PORTSDIR}/math/p5-Math-Matrix
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>