Makefile 393 B

1234567891011121314151617181920
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= Net-Ping-External
  4. PORTVERSION= 0.15
  5. CATEGORIES= net perl5
  6. MASTER_SITES= CPAN
  7. PKGNAMEPREFIX= p5-
  8. MAINTAINER= douglas@douglasthrift.net
  9. COMMENT= Perl cross-platform interface to ICMP "ping" utilities
  10. LICENSE= ART10 GPLv1+
  11. LICENSE_COMB= dual
  12. USES= perl5
  13. USE_PERL5= configure
  14. NO_ARCH= yes
  15. .include <bsd.port.mk>