aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Smart-Comments/Makefile
blob: edae283e3588ccb57bd3ec66f10ca835a51f8b6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$

PORTNAME=	Smart-Comments
PORTVERSION=	1.0.4
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CHORNY
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Comments that do more than just sit there

PERL_MODBUILD=	yes

MAN3=		Smart::Comments.3

.include <bsd.port.mk>