mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-pyasn1/Makefile
Normal file
20
python/py-pyasn1/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Created by: Martin Jackson <mhjacks@swbell.net>
|
||||
# $FreeBSD: head/devel/py-pyasn1/Makefile 434465 2017-02-20 15:10:27Z sunpoet $
|
||||
|
||||
PORTNAME= pyasn1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mhjacks@swbell.net
|
||||
COMMENT= ASN.1 toolkit for Python
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
regression-test: build
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-pyasn1/distinfo
Normal file
3
python/py-pyasn1/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1486841724
|
||||
SHA256 (pyasn1-0.2.2.tar.gz) = 6b42f96b942406712e0be5ea2bbbc57d8f30c7835a4904c9c195cc669736d435
|
||||
SIZE (pyasn1-0.2.2.tar.gz) = 90946
|
||||
4
python/py-pyasn1/pkg-descr
Normal file
4
python/py-pyasn1/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
ASN.1 types and codecs (BER, CER, DER) implementation in Python programming
|
||||
language.
|
||||
|
||||
WWW: http://pyasn1.sourceforge.net
|
||||
Reference in New Issue
Block a user