1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/p5-BS-Event/Makefile
Sunpoet Po-Chuan Hsieh 28b9a01f15 - Add LICENSE
- Add EXAMPLES to OPTIONS_DEFINE
- Sort PLIST
- Reformat pkg-descr
- Use single space after WWW:
2014-07-06 18:50:01 +00:00

29 lines
564 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= BS-Event
PORTVERSION= 0.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ELMEX
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class that provides an event callback interface
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
OPTIONS_DEFINE= EXAMPLES
USE_PERL5= configure
USES= perl5
PORTEXAMPLES= simple_example
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/samples/simple_example ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>