mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# New ports collection makefile for: mcrypt
|
|
# Version required: 2.2
|
|
# Date created: Mon Jan 11 11:53:54 EET 1999
|
|
# Whom: nsayer@freebsd.org
|
|
#
|
|
# $Id:$
|
|
#
|
|
|
|
DISTNAME= libmcrypt-2.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
RESTRICTED= "yes - cryptography"
|
|
|
|
.include <bsd.port.mk>
|