freebsd-ports/math/p5-Math-VectorReal/Makefile
Andrej Zverev 5afe3af580 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:03:58 +00:00

18 lines
336 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Math-VectorReal
PORTVERSION= 1.02
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Module to handle 3D Vector Mathematics
USES= perl5
USE_PERL5= configure
MAN3= Math::VectorReal.3
.include <bsd.port.mk>