20 lines
380 B
Makefile
20 lines
380 B
Makefile
# Created by: Aaron Dalton <aaron@daltons.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Smart-Comments
|
|
PORTVERSION= 1.000005
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DCONWAY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Comments that do more than just sit there
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= Smart::Comments.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|