Files
bsdports/crypto/libtasn1/Makefile
2019-12-26 07:26:06 +00:00

24 lines
336 B
Makefile

#
# $Id$
#
PORTNAME= libtasn1
PORTVERSION= 4.15.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtasn1
MAINTAINER= onborodin@gmail.com
COMMENT= ASN.1 structure parser library
USE_LDCONFIG= yes
USES+= gmake
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
INFO+= libtasn1
.include <bsd.port.mk>
#EOF