1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Resolve of using PERL_CONFIGURE and PERL_MODBUILD together

- Convert to new perl5 framework
- Trim Makefile header

With hat:	perl@
This commit is contained in:
Andrej Zverev 2013-09-01 17:21:40 +00:00
parent aeb3517c3b
commit 951c9c0087
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325887

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Queue-Beanstalk
# Date created: 2008-05-06
# Whom: Anton Yuzhaninov <citrin@citrin.ru>
#
# Created by: Anton Yuzhaninov <citrin@citrin.ru>
# $FreeBSD$
#
PORTNAME= Queue-Beanstalk
PORTVERSION= 0.02
@ -14,8 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= citrin@citrin.ru
COMMENT= Client for beanstalkd, in-memory workqueue daemon
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Queue::Beanstalk.3
PLIST_FILES= "%%SITE_PERL%%/Queue/Beanstalk.pm"