This prepares the update of www/gitlab to 10.4 update which requires this specific version Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: swills, tz
24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= attr_encrypted
|
|
PORTVERSION= 3.0.3
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 30
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= Generates attr_accessors that encrypt and decrypt attributes
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-encryptor>=3.0.0:security/rubygem-encryptor
|
|
|
|
PORTSCOUT= limit:^3\.0\.
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|