mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c043b55fa9
PR: ports/100618 Submitted by: Gea-Suan Lin <gslin at gslin.org>
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>
|