diff options
Diffstat (limited to 'textproc/rubygem-github-markup/Makefile')
-rw-r--r-- | textproc/rubygem-github-markup/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile index 660c6b44507c..05bc4ac6f8ee 100644 --- a/textproc/rubygem-github-markup/Makefile +++ b/textproc/rubygem-github-markup/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= github-markup -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,12 +12,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USES= gem shebangfix -SHEBANG_FILES= script/bootstrap \ - script/cibuild PLIST_FILES= bin/github-markup +SHEBANG_FILES= script/bootstrap \ + script/cibuild + .include <bsd.port.mk> |