diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-05 20:19:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-05 20:19:04 +0000 |
commit | e3056c3b4620bd798462b5ec07659219a4f8f915 (patch) | |
tree | ea15ab5b3e2280f7e186e57146c80b654f7b0c04 /security/p5-Crypt-Cracklib | |
parent | c0d646c6122c1c3e4bd9886cf83079f8a34e64eb (diff) |
security/cracklib:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Convert to USES=python
- Use MAKE_CMD
- Create manpage link in post-install instead of using @exec
Notes
Notes:
svn path=/head/; revision=367386
Diffstat (limited to 'security/p5-Crypt-Cracklib')
-rw-r--r-- | security/p5-Crypt-Cracklib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index 26c1ba363e8c..b1765020ef4b 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-Cracklib PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |