Torsten Zuehlsdorff ef096f2adb security/rubygem-attr_encrypted30: Resurrect port in version 3.0.3
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
2018-02-20 15:19:25 +00:00

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>