aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-SMS-Send-TW-emome
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-7/+0
| | | | Notes: svn path=/head/; revision=371247
* - add stage supportAndrej Zverev2014-01-303-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341829
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327035
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - module requires 1.50 but 1.7 is the latest and newwer then 1.50 butPhilip M. Gollucci2010-08-261-1/+1
| | | | | | | | | our version comparison doesn't think so. Reported by: QAT Notes: svn path=/head/; revision=260038
* - Connect the right revision requirements to the right depenciesPhilip M. Gollucci2010-08-261-3/+3
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=260037
* - Update to 0.04Philip M. Gollucci2010-08-262-8/+8
| | | | | | | | | | PR: ports/147360 Submitted by: myself (pgollucci) Reviewed by: az Approved by: "snowfly" <snowfly@yuntech.edu.tw> (maintainer) Notes: svn path=/head/; revision=260036
* - Update to 0.03Rong-En Fan2009-02-022-10/+8
| | | | | | | | PR: ports/131217 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw> (maintainer) Notes: svn path=/head/; revision=227418
* - Add dependency on Crypt::SSLeayChin-San Huang2009-01-041-0/+1
| | | | | | | | | | - Error POSTing https://member.hinet.net/HiReg/checkcookieservlet: Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) at /usr/local/lib/perl5/site_perl/5.8.8/SMS/Send/TW/emome.pm line 45 Notes: svn path=/head/; revision=225239
* - Update to 0.02Chin-San Huang2009-01-042-5/+5
| | | | | | | | | PR: ports/130141 Submitted by: chinsan Approved by: snowfly (maintainer) Notes: svn path=/head/; revision=225235
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* SMS::Send::TW::emome is a SMS::Send driverMartin Wilke2007-10-104-0/+46
which allows you to send messages through http://www.emome.net/ WWW: http://search.cpan.org/dist/SMS-Send-TW-emome/ PR: ports/117064 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw> Notes: svn path=/head/; revision=201267