diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-03-02 05:41:03 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-03-02 05:41:03 +0000 |
commit | 9ff641729e8115107845b9b05ae4ad2fe3fd1886 (patch) | |
tree | 1422ce4dc16cfde9324094bc5babfb5a373cfc44 /comms/p5-Nexmo-SMS | |
parent | c14ddf560b3f9e389110609d1917be11cd30be74 (diff) |
Notes
Diffstat (limited to 'comms/p5-Nexmo-SMS')
-rw-r--r-- | comms/p5-Nexmo-SMS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Nexmo-SMS/Makefile b/comms/p5-Nexmo-SMS/Makefile index 9e7980eee866..286e8f93bdc1 100644 --- a/comms/p5-Nexmo-SMS/Makefile +++ b/comms/p5-Nexmo-SMS/Makefile @@ -1,4 +1,4 @@ -# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> +# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> # $FreeBSD$ PORTNAME= Nexmo-SMS @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RENEEB PKGNAMEPREFIX= p5- -MAINTAINER= jnlin@csie.nctu.edu.tw +MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= Send SMS via http://www.nexmo.com/ API BUILD_DEPENDS= p5-HTTP-Message>=5.836:${PORTSDIR}/www/p5-HTTP-Message \ |