diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-16 17:43:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-16 17:43:52 +0800 |
commit | 6adb73bdbe4221bb2a375003d47a5887f74eb8e3 (patch) | |
tree | 262d283153c519c6241528a3fdae498f2c0ff977 /security | |
parent | 294c1a8d6b8ba4337fdc99cd7e766e6f8685a953 (diff) | |
download | freebsd-ports-gnome-6adb73bdbe4221bb2a375003d47a5887f74eb8e3.tar.gz freebsd-ports-gnome-6adb73bdbe4221bb2a375003d47a5887f74eb8e3.tar.zst freebsd-ports-gnome-6adb73bdbe4221bb2a375003d47a5887f74eb8e3.zip |
- Fix plist
- Trim header
Reported by: poudriere exp-run
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Simple/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Crypt-Simple/pkg-plist | 1 |
2 files changed, 5 insertions, 8 deletions
diff --git a/security/p5-Crypt-Simple/Makefile b/security/p5-Crypt-Simple/Makefile index b5f4d7b052de..ba518ab63b70 100644 --- a/security/p5-Crypt-Simple/Makefile +++ b/security/p5-Crypt-Simple/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: p5-Crypt-Simple -# Date created: 01 Jun 2010 -# Whom: Alexander Kriventsov <avk@vl.ru> -# +# Created by: Alexander Kriventsov <avk@vl.ru> # $FreeBSD$ -# PORTNAME= Crypt-Simple PORTVERSION= 0.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +14,9 @@ COMMENT= Perl encrypt stuff simply RUN_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-Simple/pkg-plist b/security/p5-Crypt-Simple/pkg-plist index 5fea0abaecd7..b7151f873d3f 100644 --- a/security/p5-Crypt-Simple/pkg-plist +++ b/security/p5-Crypt-Simple/pkg-plist @@ -1,6 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple/.packlist %%SITE_PERL%%/Crypt/Simple.pm -@dirrmtry %%SITE_PERL%%/Crypt/Simple @dirrmtry %%SITE_PERL%%/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt |