freebsd-ports/devel/p5-Resources/Makefile
Andrej Zverev c409367697 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-09 15:01:27 +00:00

18 lines
334 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= Resources
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module handling application defaults in Perl
USES= perl5
USE_PERL5= configure
MAN3= Resources.3
.include <bsd.port.mk>