diff options
author | az <az@FreeBSD.org> | 2013-09-16 14:30:31 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 14:30:31 +0800 |
commit | 4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /ports-mgmt/portscout | |
parent | 59b044104f44ee4ad424ece3a7ae3840d984a34b (diff) | |
download | freebsd-ports-gnome-4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db.tar.gz freebsd-ports-gnome-4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db.tar.zst freebsd-ports-gnome-4eb00bdfa87eab9eaeb291eac8ce71e780e8d1db.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'ports-mgmt/portscout')
-rw-r--r-- | ports-mgmt/portscout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index ccc4381ae7c6..5fd05c37a86a 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -14,8 +14,8 @@ COMMENT= A tool to scan for new versions of FreeBSD ports OPTIONS_DEFINE= SQLITE3 DOCS SQLITE3_DESC= Use SQLite backend instead of PostgreSQL +USES= perl5 NO_BUILD= yes -USE_PERL5= yes PORTDOCS= UPDATING portscout-portconfig.txt xml-datasrc-example.xml |