mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-SMS-Send-TW-Socket2Air 0.01, SMS::Send driver for Socket2Air.
PR: ports/143054 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
This commit is contained in:
parent
8f648ea7c5
commit
ac569345a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248935
@ -98,6 +98,7 @@
|
||||
SUBDIR += p5-SMS-Send-TW-HiAir
|
||||
SUBDIR += p5-SMS-Send-TW-PChome
|
||||
SUBDIR += p5-SMS-Send-TW-ShareSMS
|
||||
SUBDIR += p5-SMS-Send-TW-Socket2Air
|
||||
SUBDIR += p5-SMS-Send-TW-chtsns
|
||||
SUBDIR += p5-SMS-Send-TW-emome
|
||||
SUBDIR += picocom
|
||||
|
27
comms/p5-SMS-Send-TW-Socket2Air/Makefile
Normal file
27
comms/p5-SMS-Send-TW-Socket2Air/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-SMS-Send-TW-Socket2Air
|
||||
# Date created: 2010-01-21
|
||||
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SMS-Send-TW-Socket2Air
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= comms perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||
COMMENT= SMS::Send driver for Socket2Air
|
||||
|
||||
RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \
|
||||
p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SMS::Send::TW::Socket2Air.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
comms/p5-SMS-Send-TW-Socket2Air/distinfo
Normal file
3
comms/p5-SMS-Send-TW-Socket2Air/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (SMS-Send-TW-Socket2Air-0.01.tar.gz) = bad563efe4054d791d1b48ee8cddee62
|
||||
SHA256 (SMS-Send-TW-Socket2Air-0.01.tar.gz) = 23ddba39ded18c7e0b028da7718f55e0a1a692bed7597a897bfcce9941067230
|
||||
SIZE (SMS-Send-TW-Socket2Air-0.01.tar.gz) = 4269
|
4
comms/p5-SMS-Send-TW-Socket2Air/pkg-descr
Normal file
4
comms/p5-SMS-Send-TW-Socket2Air/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
SMS::Send::TW::Socket2Air is a SMS::Send driver
|
||||
which allows you to send messages through http://sms.hinet.net/
|
||||
|
||||
WWW: http://search.cpan.org/dist/SMS-Send-TW-Socket2Air/
|
10
comms/p5-SMS-Send-TW-Socket2Air/pkg-plist
Normal file
10
comms/p5-SMS-Send-TW-Socket2Air/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/SMS/Send/TW/Socket2Air.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/Socket2Air/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/Socket2Air
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS
|
||||
@dirrmtry %%SITE_PERL%%/SMS/Send/TW
|
||||
@dirrmtry %%SITE_PERL%%/SMS/Send
|
||||
@dirrmtry %%SITE_PERL%%/SMS
|
Loading…
Reference in New Issue
Block a user