diff options
author | cs <cs@FreeBSD.org> | 2012-07-25 04:23:22 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-07-25 04:23:22 +0800 |
commit | 86ae138ed5398f0292a2f7e6b6f8862cdee11c73 (patch) | |
tree | ce35a05af904b4346aac84323f221dfc897221a5 /databases/p5-DBIx-TableHash | |
parent | 094dcab4ee715e18d92fcce8be8cc150b4b94d03 (diff) | |
download | freebsd-ports-gnome-86ae138ed5398f0292a2f7e6b6f8862cdee11c73.tar.gz freebsd-ports-gnome-86ae138ed5398f0292a2f7e6b6f8862cdee11c73.tar.zst freebsd-ports-gnome-86ae138ed5398f0292a2f7e6b6f8862cdee11c73.zip |
Fix typos in COMMENT
Diffstat (limited to 'databases/p5-DBIx-TableHash')
-rw-r--r-- | databases/p5-DBIx-TableHash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-TableHash/Makefile b/databases/p5-DBIx-TableHash/Makefile index 24656feba005..c5d1edab8b25 100644 --- a/databases/p5-DBIx-TableHash/Makefile +++ b/databases/p5-DBIx-TableHash/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= CPAN:CHTHORMAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Tie a hash to a mysql table + SQL utils +COMMENT= Tie a hash to a MySQL table + SQL utils BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql RUN_DEPENDS:= ${BUILD_DEPENDS} |