diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
commit | 911aeddd517b4b466cb000c6bd11becacd9d973d (patch) | |
tree | b1748a305f1fbeae4e79b80ce1f77251f519c987 /x11-fonts/p5-Font-TTFMetrics | |
parent | 2ce50e0dff3b5a2e1fcbb6fc61ff32ae2a63d5ca (diff) | |
download | ports-911aeddd517b4b466cb000c6bd11becacd9d973d.tar.gz ports-911aeddd517b4b466cb000c6bd11becacd9d973d.zip |
Notes
Diffstat (limited to 'x11-fonts/p5-Font-TTFMetrics')
-rw-r--r-- | x11-fonts/p5-Font-TTFMetrics/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-fonts/p5-Font-TTFMetrics/Makefile b/x11-fonts/p5-Font-TTFMetrics/Makefile index 1a9fe2a6e132..4499f9795c33 100644 --- a/x11-fonts/p5-Font-TTFMetrics/Makefile +++ b/x11-fonts/p5-Font-TTFMetrics/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Font-TTFMetrics -# Date created: 18 Mar 2007 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Font-TTFMetrics PORTVERSION= 0.1 @@ -16,6 +12,7 @@ COMMENT= A parser for the TTF file MAN3= Font::TTFMetrics.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |