summaryrefslogtreecommitdiffstats
path: root/security/io-sha1/Makefile
blob: 22a1a801dddae3ecaf97432399b9c511b4b28689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    io-sha1
# Date created:     2008-09-15
# Whom:         Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   sha1
PORTVERSION=    ${IOVERSION}
CATEGORIES= security
MASTER_SITES=   #
PKGNAMEPREFIX=  io-
DISTNAME=   io-${PORTVERSION}

MAINTAINER= miwi@FreeBSD.org
COMMENT=    SHA1 addon for lang/io

USE_BZIP2=  yes
USE_GMAKE=  yes
DEFAULT_ADDONS= SHA1

.include "${.CURDIR}/../../lang/io/files/bsd.ioaddons.mk"
.include <bsd.port.mk>