diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /security/p5-Crypt-ECB | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-ECB')
-rw-r--r-- | security/p5-Crypt-ECB/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile index 3d235394517b..26baad4ec6fb 100644 --- a/security/p5-Crypt-ECB/Makefile +++ b/security/p5-Crypt-ECB/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-/} MAINTAINER= tobez@FreeBSD.org +COMMENT= Perl module implementing the ECB encryption algorithm WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//} diff --git a/security/p5-Crypt-ECB/pkg-comment b/security/p5-Crypt-ECB/pkg-comment deleted file mode 100644 index 102ae078dbda..000000000000 --- a/security/p5-Crypt-ECB/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module implementing the ECB encryption algorithm |