aboutsummaryrefslogblamecommitdiff
path: root/security/sha/Makefile
blob: 1aa6bea3f2a676b947581fd6563195c822c0f761 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                     
           

                   
                     
                        
                  
 
                               
                                                                                   

                   
             
 

                                 

                      
# Created by: asaddi@philosophysw.com
# $FreeBSD$

PORTNAME=	sha
PORTVERSION=	1.0.4
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	allan@saddi.com
COMMENT=	Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512

GNU_CONFIGURE=	yes
USES=	gmake

PLIST_FILES=	bin/sha \
		man/man1/sha.1.gz

.include <bsd.port.mk>