svn commit: r387939 - head/security/p5-OpenCA-X509
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:30:32 UTC 2015
Author: amdmi3
Date: Sat May 30 12:30:31 2015
New Revision: 387939
URL: https://svnweb.freebsd.org/changeset/ports/387939
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/security/p5-OpenCA-X509/Makefile
Modified: head/security/p5-OpenCA-X509/Makefile
==============================================================================
--- head/security/p5-OpenCA-X509/Makefile Sat May 30 12:27:51 2015 (r387938)
+++ head/security/p5-OpenCA-X509/Makefile Sat May 30 12:30:31 2015 (r387939)
@@ -3,7 +3,7 @@
PORTNAME= OpenCA-X509
PORTVERSION= 0.9.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MADWOLF
@@ -15,8 +15,10 @@ COMMENT= Perl extension for handling X50
BUILD_DEPENDS= p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= prova.pl
USE_PERL5= configure
+NO_ARCH= yes
PORTSCOUT= skipv:0.9.47
More information about the svn-ports-all
mailing list