23 lines
430 B
Makefile
23 lines
430 B
Makefile
|
# New ports collection makefile for: p5-Devel-Messenger
|
||
|
# Date created: 2006-07-21
|
||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Devel-Messenger
|
||
|
PORTVERSION= 0.01
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||
|
MASTER_SITE_SUBDIR= Devel
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= gslin@gslin.org
|
||
|
COMMENT= Let Your Code Talk to You
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Devel::Messenger.3
|
||
|
|
||
|
.include <bsd.port.mk>
|