mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
db7cc6481a
- Add PORTSCOUT
29 lines
479 B
Makefile
29 lines
479 B
Makefile
# Created by: Steve Wills <swills@rubick>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kramdown
|
|
PORTVERSION= 1.17.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
SHEBANG_FILES= benchmark/*.sh
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/kramdown
|
|
|
|
.include <bsd.port.mk>
|