diff options
author | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
commit | 28ca79404f77320265611fe12ddeed99cae70390 (patch) | |
tree | 069ccbea155001b7168967685ae64e97f3524568 /net-p2p | |
parent | 7a7da36f99fc6aa631f33c02b9b0fad2fd7aeb6c (diff) | |
download | freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.gz freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.zst freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.zip |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/p5-Net-BitTorrent-File/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/p5-Net-BitTorrent-File/Makefile b/net-p2p/p5-Net-BitTorrent-File/Makefile index 2be2d3b248f5..c2a138fe8edd 100644 --- a/net-p2p/p5-Net-BitTorrent-File/Makefile +++ b/net-p2p/p5-Net-BitTorrent-File/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION}-fix MAINTAINER= mor@WhiteLuna.com -COMMENT= Perl5 module for handles loading and saveing of .torrent file +COMMENT= Perl5 module for handles loading and saving of .torrent file RUN_DEPENDS= p5-Convert-Bencode>=0:${PORTSDIR}/converters/p5-Convert-Bencode \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 |