diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-12 08:09:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-12 08:09:52 +0800 |
commit | 0fa181ec41e5bcad24c96319ad5f588592b0222d (patch) | |
tree | 4809d827d3e60c45f5a1c2ee4ce84e517c70011f /math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | |
parent | 2ff4f8266001e4da37fb5b3508cc76a25168de83 (diff) | |
download | freebsd-ports-gnome-0fa181ec41e5bcad24c96319ad5f588592b0222d.tar.gz freebsd-ports-gnome-0fa181ec41e5bcad24c96319ad5f588592b0222d.tar.zst freebsd-ports-gnome-0fa181ec41e5bcad24c96319ad5f588592b0222d.zip |
Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library
WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/
Diffstat (limited to 'math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile')
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile new file mode 100644 index 000000000000..9db45354f585 --- /dev/null +++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Math-Geometry-Planar-GPC-Polygon +# Date created: 03 Mar 2011 +# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Geometry-Planar-GPC-Polygon +PORTVERSION= 0.05 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= OO wrapper to gpc library + +BUILD_DEPENDS= ${SITE_PERL}/Inline/MakeMaker.pm:${PORTSDIR}/devel/p5-Inline + +PERL_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes + +MAN3= Math::Geometry::Planar::GPC::Polygon.3 + +.include <bsd.port.mk> |