mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- add WWW: in pkg-descr
- fix PLIST
This commit is contained in:
parent
217138b093
commit
ef649b0c5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129848
6 changed files with 10 additions and 2 deletions
|
@ -2,3 +2,4 @@ Net::MSN interface to the MSN protocol
|
||||||
|
|
||||||
- snowchyld
|
- snowchyld
|
||||||
<p5-net-msn-freebsd-ports@snowchyld.org>
|
<p5-net-msn-freebsd-ports@snowchyld.org>
|
||||||
|
WWW: http://search.cpan.org/dist/Net-MSN/
|
||||||
|
|
|
@ -8,4 +8,6 @@
|
||||||
@dirrm %%SITE_PERL%%/Net/MSN
|
@dirrm %%SITE_PERL%%/Net/MSN
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/Net/MSN 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/Net/MSN 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
||||||
|
|
|
@ -2,3 +2,4 @@ Net::MSN interface to the MSN protocol
|
||||||
|
|
||||||
- snowchyld
|
- snowchyld
|
||||||
<p5-net-msn-freebsd-ports@snowchyld.org>
|
<p5-net-msn-freebsd-ports@snowchyld.org>
|
||||||
|
WWW: http://search.cpan.org/dist/Net-MSN/
|
||||||
|
|
|
@ -8,4 +8,6 @@
|
||||||
@dirrm %%SITE_PERL%%/Net/MSN
|
@dirrm %%SITE_PERL%%/Net/MSN
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/Net/MSN 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/Net/MSN 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
||||||
|
|
|
@ -3,3 +3,5 @@ connect to the TrustCommerce payment gateway easily and consistently.
|
||||||
The protocol (which is the same across all platforms and languages) is
|
The protocol (which is the same across all platforms and languages) is
|
||||||
well-documented in the Web Developer's Guide, so please consult it for
|
well-documented in the Web Developer's Guide, so please consult it for
|
||||||
any questions you may have about the protocol syntax itself.
|
any questions you may have about the protocol syntax itself.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Net_TCLink.pm/
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/TCLink.so
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/TCLink.so
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/autosplit.ix
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/autosplit.ix
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink
|
||||||
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||||
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue