freebsd-ports/devel/p5-Data-Section-Simple/Makefile
Sunpoet Po-Chuan Hsieh 2ae9c70e73 - Update to 0.04
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Data-Section-Simple/Changes
Feature safe:	yes
2013-04-16 17:06:58 +00:00

19 lines
407 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Section-Simple
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Read data from __DATA__
BUILD_DEPENDS= p5-Module-Build-Tiny>=0.013:${PORTSDIR}/devel/p5-Module-Build-Tiny
PERL_MODBUILD= yes
MAN3= Data::Section::Simple.3
.include <bsd.port.mk>