diff options
Diffstat (limited to 'databases/p5-GraphViz-DBI/Makefile')
-rw-r--r-- | databases/p5-GraphViz-DBI/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-GraphViz-DBI/Makefile b/databases/p5-GraphViz-DBI/Makefile index 970d51e8a5f4..6b695be7e6d4 100644 --- a/databases/p5-GraphViz-DBI/Makefile +++ b/databases/p5-GraphViz-DBI/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: databases/p5-GraphViz-DBI -# Date created: 10 October 2001 -# Whom: tobez -# +# Created by: tobez # $FreeBSD$ -# PORTNAME= GraphViz-DBI PORTVERSION= 1.100860 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GraphViz::DBI.3 |