diff options
author | az <az@FreeBSD.org> | 2013-09-11 14:49:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 14:49:58 +0800 |
commit | bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13 (patch) | |
tree | 8ea8fc39fe52fc25bf45028eb5aadc0a7154082b /textproc/p5-Text-Textile | |
parent | 768989d0fe34d5d6fdbe693ef4629fd8813ec9c7 (diff) | |
download | freebsd-ports-gnome-bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13.tar.gz freebsd-ports-gnome-bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13.tar.zst freebsd-ports-gnome-bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-Text-Textile')
-rw-r--r-- | textproc/p5-Text-Textile/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/p5-Text-Textile/Makefile b/textproc/p5-Text-Textile/Makefile index f46c125c34ae..e2993f5c1882 100644 --- a/textproc/p5-Text-Textile/Makefile +++ b/textproc/p5-Text-Textile/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Text-Textile -# Date created: May 4, 2005 -# Whom: Travis Campbell <hcoyote@ghostar.org> -# +# Created by: Travis Campbell <hcoyote@ghostar.org> # $FreeBSD$ -# PORTNAME= Text-Textile PORTVERSION= 2.12 @@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= hcoyote@ghostar.org COMMENT= A perl-based implementation of the Textile syntax by Dean Allen -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Textile.3 |