diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:26:07 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:26:07 +0000 |
| commit | dbd979cf04ec06eb96063b2dc5fe7ffff3dba2e6 (patch) | |
| tree | f5f1746224ed257c0d3c1e439fb02138c21cb258 | |
| parent | - Use USES+= for slave port (graphics/p5-ming) after conversion of new Perl ... (diff) | |
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Cleanup Makefile header
| -rw-r--r-- | devel/p5-Test-utf8/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/p5-Test-utf8/Makefile b/devel/p5-Test-utf8/Makefile index b09383f46ecc..a9c47026a6b8 100644 --- a/devel/p5-Test-utf8/Makefile +++ b/devel/p5-Test-utf8/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-utf8 -# Date created: 2012-07-01 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Test-utf8 PORTVERSION= 1.00 @@ -19,5 +15,4 @@ USES= perl5 MAN3= Test::utf8.3 -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
