blob: b07c76d93f73d1ffc1c5ff1539ec9f0305644183 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-WWW-DHL
# Date created: 2008-01-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= WWW-DHL
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for the DHL online tracking service
PERL_CONFIGURE= yes
MAN3= WWW::DHL.3
.include <bsd.port.mk>
|