|
Lines 2-10
Link Here
|
| 2 |
# $FreeBSD: head/converters/dumpasn1/Makefile 383312 2015-04-05 18:21:09Z bapt $ |
2 |
# $FreeBSD: head/converters/dumpasn1/Makefile 383312 2015-04-05 18:21:09Z bapt $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= dumpasn1 |
4 |
PORTNAME= dumpasn1 |
| 5 |
PORTVERSION= 20130805 |
5 |
PORTVERSION= 20141219 |
| 6 |
CATEGORIES= converters security |
6 |
CATEGORIES= converters security |
| 7 |
MASTER_SITES= http://www.cs.auckland.ac.nz/~pgut001/ |
7 |
MASTER_SITES= https://www.cs.auckland.ac.nz/~pgut001/ |
| 8 |
DISTFILES= dumpasn1.c dumpasn1.cfg |
8 |
DISTFILES= dumpasn1.c dumpasn1.cfg |
| 9 |
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |
9 |
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |
| 10 |
EXTRACT_ONLY= yes |
10 |
EXTRACT_ONLY= yes |
|
Lines 12-19
Link Here
|
| 12 |
MAINTAINER= ale@FreeBSD.org |
12 |
MAINTAINER= ale@FreeBSD.org |
| 13 |
COMMENT= Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate |
13 |
COMMENT= Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate |
| 14 |
|
14 |
|
| 15 |
BROKEN= Unfetchable |
|
|
| 16 |
|
| 17 |
do-extract: |
15 |
do-extract: |
| 18 |
@${MKDIR} ${WRKSRC} |
16 |
@${MKDIR} ${WRKSRC} |
| 19 |
@${CP} ${DISTDIR}/${DIST_SUBDIR}/dumpasn1.c ${WRKSRC} |
17 |
@${CP} ${DISTDIR}/${DIST_SUBDIR}/dumpasn1.c ${WRKSRC} |