1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/p5-WWW-DHL/Makefile
Cheng-Lung Sung 3f97fd9e66 This module allows you to check the status of YOUR shipments via the
DHL website. For privacy issues please consider the website. Please
note: This module is still some kind of alpha, because there are many
different pages on the DHL website.

WWW:	http://search.cpan.org/dist/WWW-DHL/

PR:		ports/119518
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-01-24 02:15:59 +00:00

24 lines
436 B
Makefile

# 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.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl module for the DHL online tracking service
PERL_CONFIGURE= yes
MAN3= WWW::DHL.3
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>