svn commit: r390010 - head/security/p5-CryptX

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 18 02:29:41 UTC 2015


Author: vanilla
Date: Thu Jun 18 02:29:40 2015
New Revision: 390010
URL: https://svnweb.freebsd.org/changeset/ports/390010

Log:
  1: bump version for add depends to p5-JSON.
  2: strip binary.
  3: add LICENSE/LICENSE_FILE.

Modified:
  head/security/p5-CryptX/Makefile

Modified: head/security/p5-CryptX/Makefile
==============================================================================
--- head/security/p5-CryptX/Makefile	Thu Jun 18 02:06:36 2015	(r390009)
+++ head/security/p5-CryptX/Makefile	Thu Jun 18 02:29:40 2015	(r390010)
@@ -3,6 +3,7 @@
 
 PORTNAME=	CryptX
 PORTVERSION=	0.023
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN/Crypt
 PKGNAMEPREFIX=	p5-
@@ -10,9 +11,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vanilla at FreeBSD.org
 COMMENT=	Crypto toolkit
 
+LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	modbuild
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so
+
 regression-test: build
 	@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} test
 


More information about the svn-ports-head mailing list