- Update *_DEPENDS
- Add LICENSE [1] - Bump PORTREVISION for dependency and package change Approved by: portmgr (implicit) [1]
This commit is contained in:
parent
1cb91645ed
commit
2b4f050e52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376096
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Math-Geometry-Planar-GPC-Polygon
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,16 +11,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= OO wrapper to gpc library
|
||||
|
||||
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
||||
RUN_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
|
||||
p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
|
||||
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,5 @@
|
||||
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon.pm
|
||||
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/functions.c
|
||||
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.c
|
||||
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.h
|
||||
%%PERL5_MAN3%%/Math::Geometry::Planar::GPC::Polygon.3.gz
|
||||
%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon.pm
|
||||
%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon/functions.c
|
||||
%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.c
|
||||
%%SITE_ARCH%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.h
|
||||
%%SITE_ARCH%%/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
|
||||
|
Loading…
Reference in New Issue
Block a user