aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-GD-Graph3d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GD-Graph3d/Makefile')
-rw-r--r--graphics/p5-GD-Graph3d/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile
index d6d0ca2c20fc..68c654322bea 100644
--- a/graphics/p5-GD-Graph3d/Makefile
+++ b/graphics/p5-GD-Graph3d/Makefile
@@ -10,19 +10,16 @@ PORTVERSION= 0.55
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
-DISTNAME= GDGraph3d-${PORTVERSION}
PKGNAMEPREFIX= p5-
+DISTNAME= GDGraph3d-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
-USE_PERL5= yes
+PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= GD::Graph3d.3
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
.include <bsd.port.mk>