On May 30, 2007, at 02:05, source_changes@macosforge.org wrote:
Revision: 25730 http://trac.macosforge.org/projects/macports/changeset/25730 Author: ricci@macports.org Date: 2007-05-30 00:05:34 -0700 (Wed, 30 May 2007)
Log Message: ----------- New port - p5-net-netmask
Added Paths: ----------- trunk/dports/perl/p5-net-netmask/ trunk/dports/perl/p5-net-netmask/Portfile
Added: trunk/dports/perl/p5-net-netmask/Portfile =================================================================== --- trunk/dports/perl/p5-net-netmask/ Portfile (rev 0) +++ trunk/dports/perl/p5-net-netmask/Portfile 2007-05-30 07:05:34 UTC (rev 25730) @@ -0,0 +1,15 @@ +# $Id: Portfile,v 1.7 2005/12/15 02:00:56 yves Exp $ +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Net-Netmask 1.9015 +maintainers opendarwin.org@darkart.com +description Perl module to parse, manipulate and lookup IP network blocks +long_description Net::Netmask is a module to parse, manipulate and lookup IP network blocks +checksums md5 90298105cd17a5c2a4059297e09f1546 +platforms darwin + +## # Depends on these Perl modules +## depends_lib-append port:p5-digest-hmac
So why is the last line commented out?
On Wed, May 30, 2007 at 02:37:27AM -0500, Ryan Schmidt wrote:
On May 30, 2007, at 02:05, source_changes@macosforge.org wrote: [snip]
+checksums md5 90298105cd17a5c2a4059297e09f1546 +platforms darwin + +## # Depends on these Perl modules +## depends_lib-append port:p5-digest-hmac
So why is the last line commented out?
Hrm, good question. Its not needed... I probably copied the Portfile from something else and modified it w/o removing the depends_lib-append line. Fixed. -eric
participants (2)
-
Eric Hall
-
Ryan Schmidt