mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
24 lines
336 B
Makefile
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
|
|
|