aboutsummaryrefslogblamecommitdiff
path: root/security/p5-Crypt-OpenSSL-DSA/Makefile
blob: c5f8ac4f0c21d39fd302960639c7905c069e793a (plain) (tree)
1
2
3
4
5
6
7
8
9
                              

                                 
                    
                              
                    

                   
                                
                                                                        
 
                            

                    
                         
                         

                                           
 

                                                                                        

                      
# Created by: nork@FreeBSD.org

PORTNAME=	Crypt-OpenSSL-DSA
PORTVERSION=	0.20
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 module to DSA signature verification using OpenSSL

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5 ssl
USE_PERL5=	configure

MAKE_ARGS=	PASTHRU_INC=-I${OPENSSLINC}

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/DSA/DSA.so

.include <bsd.port.mk>