diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:41:28 +0000 |
commit | 4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776 (patch) | |
tree | fa30c5a272c5bca86ab06c6a0cfd55c2d6a9f6e0 /textproc/markdown | |
parent | 79c6756b725080e72a499f12b3a3387ec7eea9cd (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327088
Diffstat (limited to 'textproc/markdown')
-rw-r--r-- | textproc/markdown/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile index 170741971fe6..e89eedb1a8f6 100644 --- a/textproc/markdown/Makefile +++ b/textproc/markdown/Makefile @@ -12,9 +12,8 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= A text-to-HTML conversion tool for web writers USE_ZIP= yes -USE_PERL5= yes NO_BUILD= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= Markdown.pl .if !defined(NOPORTDOCS) |