diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-08-03 23:54:35 +0800 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-08-03 23:54:35 +0800 |
commit | a9f85911cdb1e25bbc39c3f9f69a53c135a6b385 (patch) | |
tree | c27f5812b936c71a77d4cbdf89fc5dba1b2d4f22 /net/p5-X500-DN | |
parent | 159185d75d7346a9ded3ad7a6f596a3b59568a54 (diff) | |
download | freebsd-ports-gnome-a9f85911cdb1e25bbc39c3f9f69a53c135a6b385.tar.gz freebsd-ports-gnome-a9f85911cdb1e25bbc39c3f9f69a53c135a6b385.tar.zst freebsd-ports-gnome-a9f85911cdb1e25bbc39c3f9f69a53c135a6b385.zip |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit)
Diffstat (limited to 'net/p5-X500-DN')
-rw-r--r-- | net/p5-X500-DN/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-X500-DN/Makefile b/net/p5-X500-DN/Makefile index 9b188be36eae..41b74df22e2f 100644 --- a/net/p5-X500-DN/Makefile +++ b/net/p5-X500-DN/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Handle X.500 DNs (Distinguished Names), parse and format them +COMMENT= Handle X.500 DNs (Distinguished Names), parse, and format them BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} |