diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:38:33 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:38:33 +0000 |
commit | 08382719855724b97c82306e30a4c4acdaf4bead (patch) | |
tree | f6aa85d6cf501b0f0bed9b74e1f67f13b8324c0d /math/p5-Math-Bezier | |
parent | 4c40d1d13e2b991241cb9ea3d68e5b5d5b669e87 (diff) | |
download | ports-08382719855724b97c82306e30a4c4acdaf4bead.tar.gz ports-08382719855724b97c82306e30a4c4acdaf4bead.zip |
Notes
Diffstat (limited to 'math/p5-Math-Bezier')
-rw-r--r-- | math/p5-Math-Bezier/Makefile | 23 | ||||
-rw-r--r-- | math/p5-Math-Bezier/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Bezier/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-Bezier/pkg-descr | 3 | ||||
-rw-r--r-- | math/p5-Math-Bezier/pkg-plist | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile new file mode 100644 index 000000000000..cf1371844df7 --- /dev/null +++ b/math/p5-Math-Bezier/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Math-Bezier +# Date created: Wed Jan 3 10:40:02 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Math-Bezier +PORTVERSION= 0.01 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Math::Bezier.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Bezier/distinfo b/math/p5-Math-Bezier/distinfo new file mode 100644 index 000000000000..86672072e3f8 --- /dev/null +++ b/math/p5-Math-Bezier/distinfo @@ -0,0 +1 @@ +MD5 (Math-Bezier-0.01.tar.gz) = ba6874d8754e2d64ab9c7d15e0eb56c2 diff --git a/math/p5-Math-Bezier/pkg-comment b/math/p5-Math-Bezier/pkg-comment new file mode 100644 index 000000000000..52bf47fa0103 --- /dev/null +++ b/math/p5-Math-Bezier/pkg-comment @@ -0,0 +1 @@ +Perl module to solve Bezier curves diff --git a/math/p5-Math-Bezier/pkg-descr b/math/p5-Math-Bezier/pkg-descr new file mode 100644 index 000000000000..93a639464734 --- /dev/null +++ b/math/p5-Math-Bezier/pkg-descr @@ -0,0 +1,3 @@ +Math::Bezier is a perl interface to solve Bezier curves. + +--will diff --git a/math/p5-Math-Bezier/pkg-plist b/math/p5-Math-Bezier/pkg-plist new file mode 100644 index 000000000000..4b050e791049 --- /dev/null +++ b/math/p5-Math-Bezier/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Math/Bezier.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Bezier/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Bezier |