diff options
Diffstat (limited to 'textproc/rubygem-coderay/Makefile')
-rw-r--r-- | textproc/rubygem-coderay/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-coderay/Makefile b/textproc/rubygem-coderay/Makefile index 17821651de62..ecb20b8cea50 100644 --- a/textproc/rubygem-coderay/Makefile +++ b/textproc/rubygem-coderay/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari <tota@FreeBSD.org> PORTNAME= coderay -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,9 +11,10 @@ COMMENT= Fast and easy syntax highlighting for selected languages LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/coderay |