diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/xyssl/Makefile | 4 | ||||
-rw-r--r-- | security/xyssl/pkg-descr | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile index b0061fbb2211..66381d69bbf4 100644 --- a/security/xyssl/Makefile +++ b/security/xyssl/Makefile @@ -16,12 +16,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A liteweight SSL and TLS toolkit for C developers LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT # HAS_CONFIGURE= no # GNU_CONFIGURE= no PORTDOCS= BSD.txt ChangeLog +post-extract: + ${LN} ${WRKSRC}/BSD.txt ${WRKSRC}/COPYRIGHT + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/xyssl/pkg-descr b/security/xyssl/pkg-descr index 4a0231a15328..2f4669e5531b 100644 --- a/security/xyssl/pkg-descr +++ b/security/xyssl/pkg-descr @@ -5,5 +5,6 @@ Support is also included for X.509 certificate structures, as well as an internal PRNG. LICENSE: BSD +Copyright (c) 2006-2008, Christophe Devine. WWW: http://xyssl.org/ |