diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-04 20:35:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-04 20:35:44 +0800 |
commit | eef2192bd8aea1524ccf48f3950b02fefa7beb2d (patch) | |
tree | 02d170f4dc3cb881ed23bb3b477f54ade4c38147 /sysutils | |
parent | dc6257f729c04d2713b7b7251050ba0ff06968e2 (diff) | |
download | freebsd-ports-gnome-eef2192bd8aea1524ccf48f3950b02fefa7beb2d.tar.gz freebsd-ports-gnome-eef2192bd8aea1524ccf48f3950b02fefa7beb2d.tar.zst freebsd-ports-gnome-eef2192bd8aea1524ccf48f3950b02fefa7beb2d.zip |
- Add LICENSE_FILE
- Add NO_ARCH
- Remove USE_RAKE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rubygem-capistrano-ext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rubygem-capistrano-ext/Makefile b/sysutils/rubygem-capistrano-ext/Makefile index a999fdafc4d0..b8588a636ed4 100644 --- a/sysutils/rubygem-capistrano-ext/Makefile +++ b/sysutils/rubygem-capistrano-ext/Makefile @@ -10,11 +10,12 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Useful task libraries and methods for Capistrano LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano +NO_ARCH= yes USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |