diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-17 21:19:07 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-17 21:19:07 +0800 |
commit | b1ada1f3358742bef3d5954284959806b7bcfa66 (patch) | |
tree | 36e3bc826043921f4c6fd81597e47547be5d2c2b /security | |
parent | 0f4585019b2a35bebf5d165b46d94e31c18c281d (diff) | |
download | freebsd-ports-gnome-b1ada1f3358742bef3d5954284959806b7bcfa66.tar.gz freebsd-ports-gnome-b1ada1f3358742bef3d5954284959806b7bcfa66.tar.zst freebsd-ports-gnome-b1ada1f3358742bef3d5954284959806b7bcfa66.zip |
IDEA was no longer covered by any patents conservatively in 2012.
Approved by: ehaupt (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/idea/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/idea/Makefile b/security/idea/Makefile index b3a8d06d6df4..2867a5eef7d2 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -15,8 +15,6 @@ COMMENT= Command-line IDEA encryption and decryption utility MAKE_JOBS_SAFE= yes -RESTRICTED= Crypto; IDEA is a patented algorithm that requires proper licensing - WRKSRC= ${WRKDIR}/${PORTNAME} MANL= idea.l |