blob: 97d6a225e30e855bff47e61a6acbda3eb910c00d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|