freebsd-ports/math/p5-Math-Bezier/Makefile

18 lines
283 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= Math-Bezier
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl module to solve Bezier curves
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>