diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-31 10:11:25 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-31 10:11:25 +0800 |
commit | b1a994530167c55888d2ffbe27e7cee93b4a2a98 (patch) | |
tree | 40673db9205118403fcb9968404e4ba34b9f58f6 /security/p5-Digest-MD5/Makefile | |
parent | c6ffbc2202750aa7d1831bf0fa0df64e1c7a1658 (diff) | |
download | freebsd-ports-gnome-b1a994530167c55888d2ffbe27e7cee93b4a2a98.tar.gz freebsd-ports-gnome-b1a994530167c55888d2ffbe27e7cee93b4a2a98.tar.zst freebsd-ports-gnome-b1a994530167c55888d2ffbe27e7cee93b4a2a98.zip |
- Reformat pkg-descr.
- Take maintainership.
PR: ports/104233
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index bf003c376e8a..95b625343b0c 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -12,11 +12,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= Perl5 interface to the MD5 algorithm BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |